| 1384 g_free(sotime); |
1384 g_free(sotime); |
| 1385 g_free(itime); |
1385 g_free(itime); |
| 1386 |
1386 |
| 1387 |
1387 |
| 1388 |
1388 |
| 1389 if (!GTK_WIDGET_VISIBLE(b->item)) { |
1389 /* this check should also depend on whether they left, |
| |
1390 * and signed on again before they got erased */ |
| |
1391 if (!GTK_WIDGET_VISIBLE(b->item) || b->present == 1) { |
| 1390 #ifdef GAIM_PLUGINS |
1392 #ifdef GAIM_PLUGINS |
| 1391 GList *c = callbacks; |
1393 GList *c = callbacks; |
| 1392 struct gaim_callback *g; |
1394 struct gaim_callback *g; |
| 1393 void (*function)(char *, void *); |
1395 void (*function)(char *, void *); |
| 1394 while (c) { |
1396 while (c) { |