Mercurial > pidgin
changeset 3544:7afbc063038d
[gaim-migrate @ 3619]
now the blist won't steal focus from a conversation
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 24 Sep 2002 00:46:39 +0000 |
parents | 66412281881e |
children | 0f4df8f232cc |
files | src/buddy.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)