pidgin/gtkconv.c

changeset 19074
8d9434531b68
parent 19055
43f5771c45f4
child 19077
2f10c1a25dae
--- a/pidgin/gtkconv.c	Thu Aug 02 15:40:19 2007 +0000
+++ b/pidgin/gtkconv.c	Thu Aug 02 15:41:41 2007 +0000
@@ -7175,6 +7175,10 @@
 
 	purple_prefs_add_string(PIDGIN_PREFS_ROOT "/conversations/im/hide_new", "never");
 
+#ifdef _WIN32
+	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/win32/minimize_new_convs", FALSE);
+#endif
+
 	/* Connect callbacks. */
 	purple_prefs_connect_callback(handle, PIDGIN_PREFS_ROOT "/conversations/close_on_tabs",
 								close_on_tabs_pref_cb, NULL);

mercurial