From: <de...@us...> - 2006-10-12 13:42:18
|
Revision: 17470 http://svn.sourceforge.net/gaim/?rev=17470&view=rev Author: deryni9 Date: 2006-10-12 06:42:11 -0700 (Thu, 12 Oct 2006) Log Message: ----------- Apparently a bunch of Ubuntu users weren't bothering to look at the configuration options for this plugin and were filing bugs about the window continuing to flash after being clicked on. This should help fix that. Modified Paths: -------------- trunk/gtk/plugins/notify.c Modified: trunk/gtk/plugins/notify.c =================================================================== --- trunk/gtk/plugins/notify.c 2006-10-12 05:29:08 UTC (rev 17469) +++ trunk/gtk/plugins/notify.c 2006-10-12 13:42:11 UTC (rev 17470) @@ -944,7 +944,7 @@ gaim_prefs_add_bool("/plugins/gtk/X11/notify/method_count", FALSE); gaim_prefs_add_bool("/plugins/gtk/X11/notify/method_count_xprop", FALSE); gaim_prefs_add_bool("/plugins/gtk/X11/notify/method_raise", FALSE); - gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_focus", FALSE); + gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_focus", TRUE); gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_click", FALSE); gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_type", TRUE); gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_send", TRUE); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |