comparison src/multi.c @ 1254:9da444224f0e

[gaim-migrate @ 1264] bmiller's away-on-signon patch. does --away=mesg use "mesg" or the away message titled "mesg"? i didn't look hehe. but if it uses "mesg" instead of the away message titled "mesg" then i'm not sure it works.... i figured someone would report a bug if it didn't work committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Dec 2000 00:11:59 +0000
parents b5783215b245
children 07f0bb41bbe1
comparison
equal deleted inserted replaced
1253:8342d3aab1f1 1254:9da444224f0e
717 redo_convo_menus(); 717 redo_convo_menus();
718 gaim_setup(gc); 718 gaim_setup(gc);
719 719
720 plugin_event(event_signon, gc, 0, 0, 0); 720 plugin_event(event_signon, gc, 0, 0, 0);
721 721
722 /* away option given? */
723 if (opt_away) {
724 away_on_login(opt_away_arg);
725 /* don't do it again */
726 opt_away = 0;
727 }
728 if (opt_away_arg != NULL) {
729 g_free (opt_away_arg);
730 opt_away_arg = NULL;
731 }
732
722 /* everything for the account editor */ 733 /* everything for the account editor */
723 if (!acctedit) 734 if (!acctedit)
724 return; 735 return;
725 i = gtk_clist_find_row_from_data(GTK_CLIST(list), gc->user); 736 i = gtk_clist_find_row_from_data(GTK_CLIST(list), gc->user);
726 gtk_clist_set_text(GTK_CLIST(list), i, 1, "Yes"); 737 gtk_clist_set_text(GTK_CLIST(list), i, 1, "Yes");