comparison src/multi.c @ 1109:c73736fa0b7c

[gaim-migrate @ 1119] Auto-Away, courtesy BMiller. damn cool. i'm impressed. also minor touch-ups, mostly to indicate what all the FIXME's mean. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 20 Nov 2000 10:37:40 +0000
parents 5bc8fdacd2cb
children c61f9c384413
comparison
equal deleted inserted replaced
1108:cb338aa38e78 1109:c73736fa0b7c
88 } 88 }
89 g_free(m); 89 g_free(m);
90 } 90 }
91 g_free(gc); 91 g_free(gc);
92 redo_convo_menus(); 92 redo_convo_menus();
93 #ifndef USE_APPLET
93 if (!connections && mainwindow) 94 if (!connections && mainwindow)
94 gtk_widget_show(mainwindow); 95 gtk_widget_show(mainwindow);
96 #endif
95 } 97 }
96 98
97 struct gaim_connection *find_gaim_conn_by_name(char *name) { 99 struct gaim_connection *find_gaim_conn_by_name(char *name) {
98 char *who = g_strdup(normalize(name)); 100 char *who = g_strdup(normalize(name));
99 GSList *c = connections; 101 GSList *c = connections;