# HG changeset patch # User Etan Reisner # Date 1160660531 0 # Node ID 023dfc2ce5e39e6475bc7dce3110407f8c8b6c28 # Parent 04f03667702f855bb18e034ca81cec55450b2564 [gaim-migrate @ 17470] 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. committer: Tailor Script diff -r 04f03667702f -r 023dfc2ce5e3 gtk/plugins/notify.c --- a/gtk/plugins/notify.c Thu Oct 12 05:29:08 2006 +0000 +++ b/gtk/plugins/notify.c Thu Oct 12 13:42:11 2006 +0000 @@ -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);