comparison src/away.c @ 445:e4c34ca88d9b

[gaim-migrate @ 455] Hehehehehe Libfaim got updated, gaim got updated. btw, gaim/faim can't sign in yet, don't ask me why. it's not my fault. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 29 Jun 2000 20:40:28 +0000
parents fd3cc0a28d5d
children f03f041c1aa9
comparison
equal deleted inserted replaced
444:e7885c54ed2f 445:e4c34ca88d9b
151 gtk_window_set_title(GTK_WINDOW(imaway), _("Gaim - Away!")); 151 gtk_window_set_title(GTK_WINDOW(imaway), _("Gaim - Away!"));
152 gtk_window_set_focus(GTK_WINDOW(imaway), back); 152 gtk_window_set_focus(GTK_WINDOW(imaway), back);
153 gtk_container_add(GTK_CONTAINER(imaway), vbox); 153 gtk_container_add(GTK_CONTAINER(imaway), vbox);
154 awaymessage = a; 154 awaymessage = a;
155 155
156 } 156 } else {
157 destroy_im_away();
158 do_away_message(w, a);
159 }
157 160
158 /* New away message... Clear out the old sent_aways */ 161 /* New away message... Clear out the old sent_aways */
159 while(cnv) { 162 while(cnv) {
160 c = (struct conversation *)cnv->data; 163 c = (struct conversation *)cnv->data;
161 c->sent_away = 0; 164 c->sent_away = 0;