# HG changeset patch # User Luke Schierer # Date 1032828399 0 # Node ID 7afbc063038d52d0b331127946422318e3fe4b33 # Parent 66412281881e6c22e80c839033475a8d169cfac6 [gaim-migrate @ 3619] now the blist won't steal focus from a conversation committer: Tailor Script diff -r 66412281881e -r 7afbc063038d src/buddy.c --- a/src/buddy.c Mon Sep 23 15:14:37 2002 +0000 +++ b/src/buddy.c Tue Sep 24 00:46:39 2002 +0000 @@ -2352,7 +2352,7 @@ if (bs->sound != 2) play_sound(SND_BUDDY_ARRIVE); if (blist_options & OPT_BLIST_POPUP) - unhide_buddy_list(); + gdk_window_show(blist->window); pm = gdk_pixmap_create_from_xpm_d(blist->window, &bm, NULL, (char **)login_icon_xpm); gtk_widget_hide(bs->pix); @@ -2411,7 +2411,7 @@ if (bs->sound != 1) play_sound(SND_BUDDY_LEAVE); if (blist_options & OPT_BLIST_POPUP) - unhide_buddy_list(); + gdk_window_show(blist->window); bs->connlist = g_slist_remove(bs->connlist, gc); update_num_group(gs); if (bs->log_timer > 0)