changeset 2604:67f8760f033c

[gaim-migrate @ 2617] ho hum. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 25 Oct 2001 05:29:54 +0000
parents 24664768a739
children ff9d9b4f7aa2
files src/away.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/away.c	Thu Oct 25 05:05:05 2001 +0000
+++ b/src/away.c	Thu Oct 25 05:29:54 2001 +0000
@@ -124,7 +124,10 @@
 	g_free(name);
 	gtk_clist_remove(GTK_CLIST(clist), row);
 
-
+#ifdef USE_APPLET
+	set_user_state(away);
+#endif
+	
 }