comparison src/away.c @ 1575:427e1409917c

[gaim-migrate @ 1585] more stuff committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 15 Mar 2001 15:03:08 +0000
parents 34a5a436d04d
children 5c74d8b6cb57
comparison
equal deleted inserted replaced
1574:7ad82fa9e6ce 1575:427e1409917c
55 { 55 {
56 if (imaway) { 56 if (imaway) {
57 GtkWidget *tmp = imaway; 57 GtkWidget *tmp = imaway;
58 imaway = NULL; 58 imaway = NULL;
59 gtk_widget_destroy(tmp); 59 gtk_widget_destroy(tmp);
60 return;
60 } 61 }
61 62
62 serv_set_away_all(NULL); 63 serv_set_away_all(NULL);
63 awaymessage = NULL; 64 awaymessage = NULL;
64 #ifdef USE_APPLET 65 #ifdef USE_APPLET