diff pidgin/gtkprefs.c @ 18460:b91a29987d71

Give Windows users the option of having new conversation windows created minimized. Hopefully this will stop the incessant crying about this. Fixes #664.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 08 Jul 2007 21:23:43 +0000
parents 49173b32df0d
children 3ac99b2e2168 d4eebb5c3dbb
line wrap: on
line diff
--- a/pidgin/gtkprefs.c	Sun Jul 08 19:59:13 2007 +0000
+++ b/pidgin/gtkprefs.c	Sun Jul 08 21:23:43 2007 +0000
@@ -1014,6 +1014,8 @@
 
 #ifdef _WIN32
 	pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox);
+
+	pidgin_prefs_checkbox(_("Minimi_ze new conversation windows"), PIDGIN_PREFS_ROOT "/win32/minimize_new_convs", vbox);
 #endif
 
 #if GTK_CHECK_VERSION(2,4,0)