Mercurial > pidgin
comparison src/multi.c @ 1918:fe79493094e7
[gaim-migrate @ 1928]
stupidity
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 29 May 2001 23:51:16 +0000 |
| parents | 75643b9f4261 |
| children | b1fad054b4f0 |
comparison
equal
deleted
inserted
replaced
| 1917:b1e3b9febac7 | 1918:fe79493094e7 |
|---|---|
| 94 g_free(n); | 94 g_free(n); |
| 95 } | 95 } |
| 96 g_free(m); | 96 g_free(m); |
| 97 } | 97 } |
| 98 g_free(gc); | 98 g_free(gc); |
| 99 redo_convo_menus(); | |
| 100 #ifndef USE_APPLET | 99 #ifndef USE_APPLET |
| 101 if (!connections && mainwindow) | 100 if (!connections && mainwindow) |
| 102 gtk_widget_show(mainwindow); | 101 gtk_widget_show(mainwindow); |
| 103 #endif | 102 #endif |
| 104 } | 103 } |
| 765 gc->user->gc = NULL; /* wasn't that awkward? */ | 764 gc->user->gc = NULL; /* wasn't that awkward? */ |
| 766 if (!acctedit) | 765 if (!acctedit) |
| 767 return; | 766 return; |
| 768 i = gtk_clist_find_row_from_data(GTK_CLIST(list), gc->user); | 767 i = gtk_clist_find_row_from_data(GTK_CLIST(list), gc->user); |
| 769 gtk_clist_set_text(GTK_CLIST(list), i, 1, "No"); | 768 gtk_clist_set_text(GTK_CLIST(list), i, 1, "No"); |
| 770 redo_convo_menus(); | |
| 771 } | 769 } |
| 772 | 770 |
| 773 void auto_login() | 771 void auto_login() |
| 774 { | 772 { |
| 775 GList *u = aim_users; | 773 GList *u = aim_users; |
