Mercurial > pidgin
changeset 50:aa738bb8d8d7
[gaim-migrate @ 60]
Fixed double-logout bug and made applet buddy list show up properly
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 26 Mar 2000 08:50:23 +0000 |
parents | 4d25b98a9d09 |
children | e87924231c2e |
files | src/buddy.c src/toc.c |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buddy.c Sat Mar 25 23:28:15 2000 +0000 +++ b/src/buddy.c Sun Mar 26 08:50:23 2000 +0000 @@ -1383,7 +1383,7 @@ gtk_widget_show(b->item); gtk_widget_show(b->label); - b->log_timer = gtk_timeout_add(10000, (GtkFunction) log_timeout, b->name); + b->log_timer = gtk_timeout_add(7500, (GtkFunction) log_timeout, b->name); update_num_groups(); update_show_idlepix(); setup_buddy_chats(); @@ -1449,7 +1449,7 @@ } } - b->log_timer = gtk_timeout_add(10000, (GtkFunction)log_timeout, b->name); + b->log_timer = gtk_timeout_add(7500, (GtkFunction)log_timeout, b->name); update_num_groups(); update_show_idlepix(); }
--- a/src/toc.c Sat Mar 25 23:28:15 2000 +0000 +++ b/src/toc.c Sun Mar 26 08:50:23 2000 +0000 @@ -147,9 +147,10 @@ #ifdef USE_APPLET if (general_options & OPT_GEN_APP_BUDDY_SHOW) { - make_buddy(); + make_buddy(); + gnome_buddy_show(); parse_toc_buddy_list(config); - refresh_buddy_window(); + createOnlinePopup(); set_applet_draw_open(); } else { make_buddy();