comparison src/gtkblist.c @ 5368:c4e7a079cc04

[gaim-migrate @ 5744] this won't make things worse, and it should at very least reduce the frequency with which gaim displays groups with negative counts committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 14 May 2003 04:35:09 +0000
parents 23898d72679c
children aa1cf48f76eb
comparison
equal deleted inserted replaced
5367:fc0441fbf159 5368:c4e7a079cc04
1519 gaim_gtk_blist_update_refresh_timeout() 1519 gaim_gtk_blist_update_refresh_timeout()
1520 { 1520 {
1521 struct gaim_buddy_list *blist; 1521 struct gaim_buddy_list *blist;
1522 struct gaim_gtk_buddy_list *gtkblist; 1522 struct gaim_gtk_buddy_list *gtkblist;
1523 1523
1524 gaim_debug(GAIM_DEBUG_INFO, "update_refresh_timeout", "called\n");
1525
1526 blist = gaim_get_blist(); 1524 blist = gaim_get_blist();
1527 gtkblist = GAIM_GTK_BLIST(gaim_get_blist()); 1525 gtkblist = GAIM_GTK_BLIST(gaim_get_blist());
1528 1526
1529 if (blist_options & (OPT_BLIST_SHOW_IDLETIME | OPT_BLIST_SHOW_ICONS)) { 1527 if (blist_options & (OPT_BLIST_SHOW_IDLETIME | OPT_BLIST_SHOW_ICONS)) {
1530 gtkblist->refresh_timer = g_timeout_add(30000, (GSourceFunc)gaim_gtk_blist_refresh_timer, blist); 1528 gtkblist->refresh_timer = g_timeout_add(30000, (GSourceFunc)gaim_gtk_blist_refresh_timer, blist);