From: Luke S. <lsc...@us...> - 2002-09-24 00:46:42
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv3773/src Modified Files: buddy.c Log Message: now the blist won't steal focus from a conversation Index: buddy.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/buddy.c,v retrieving revision 1.334 retrieving revision 1.335 diff -u -d -r1.334 -r1.335 --- buddy.c 23 Sep 2002 01:31:26 -0000 1.334 +++ buddy.c 24 Sep 2002 00:46:39 -0000 1.335 @@ -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) |