changeset 14716:023dfc2ce5e3

[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 <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 12 Oct 2006 13:42:11 +0000
parents 04f03667702f
children b1fcd2fc903a
files gtk/plugins/notify.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);