comparison gtk/plugins/notify.c @ 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 8a213dc761dd
children 804e69c8ce23
comparison
equal deleted inserted replaced
14715:04f03667702f 14716:023dfc2ce5e3
942 gaim_prefs_add_string("/plugins/gtk/X11/notify/title_string", "(*)"); 942 gaim_prefs_add_string("/plugins/gtk/X11/notify/title_string", "(*)");
943 gaim_prefs_add_bool("/plugins/gtk/X11/notify/method_urgent", FALSE); 943 gaim_prefs_add_bool("/plugins/gtk/X11/notify/method_urgent", FALSE);
944 gaim_prefs_add_bool("/plugins/gtk/X11/notify/method_count", FALSE); 944 gaim_prefs_add_bool("/plugins/gtk/X11/notify/method_count", FALSE);
945 gaim_prefs_add_bool("/plugins/gtk/X11/notify/method_count_xprop", FALSE); 945 gaim_prefs_add_bool("/plugins/gtk/X11/notify/method_count_xprop", FALSE);
946 gaim_prefs_add_bool("/plugins/gtk/X11/notify/method_raise", FALSE); 946 gaim_prefs_add_bool("/plugins/gtk/X11/notify/method_raise", FALSE);
947 gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_focus", FALSE); 947 gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_focus", TRUE);
948 gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_click", FALSE); 948 gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_click", FALSE);
949 gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_type", TRUE); 949 gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_type", TRUE);
950 gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_send", TRUE); 950 gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_send", TRUE);
951 gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_switch", TRUE); 951 gaim_prefs_add_bool("/plugins/gtk/X11/notify/notify_switch", TRUE);
952 } 952 }