From: <sea...@us...> - 2006-11-03 19:17:19
|
Revision: 17664 http://svn.sourceforge.net/gaim/?rev=17664&view=rev Author: seanegan Date: 2006-11-03 11:17:08 -0800 (Fri, 03 Nov 2006) Log Message: ----------- Removing the docklet requests that the buddy list gets focus, which is ass-annoying if you're using Pending mode. Modified Paths: -------------- trunk/gtk/gtkdocklet.c Modified: trunk/gtk/gtkdocklet.c =================================================================== --- trunk/gtk/gtkdocklet.c 2006-11-03 17:21:18 UTC (rev 17663) +++ trunk/gtk/gtkdocklet.c 2006-11-03 19:17:08 UTC (rev 17664) @@ -604,7 +604,8 @@ gaim_gtk_docklet_remove() { if (visibility_manager) { - gaim_gtk_blist_visibility_manager_remove(); + if (strcmp(gaim_prefs_get_string("/gaim/gtk/docklet/show"),"pending")) + gaim_gtk_blist_visibility_manager_remove(); if (docklet_blinking_timer) { g_source_remove(docklet_blinking_timer); docklet_blinking_timer = 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |