diff src/gaimrc.c @ 8283:35f69749b226

[gaim-migrate @ 9007] "#1 fixes the browser enhancement committed yesterday so it allows wingaim to +compile #2 fixes 2 compile warnings" --daniel_atallah committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 17 Feb 2004 19:02:45 +0000
parents 9af78e73f0b2
children 9773e3f3ec7a
line wrap: on
line diff
--- a/src/gaimrc.c	Tue Feb 17 18:45:25 2004 +0000
+++ b/src/gaimrc.c	Tue Feb 17 19:02:45 2004 +0000
@@ -883,9 +883,11 @@
 					general_options & OPT_GEN_SEND_LINKS);
 			gaim_prefs_set_bool("/gaim/gtk/debug/enabled",
 					general_options & OPT_GEN_DEBUG);
+#ifndef _WIN32
 			gaim_prefs_set_int("/gaim/gtk/browsers/place",
 					(general_options & OPT_GEN_BROWSER_POPUP) ? 
 					GAIM_BROWSER_NEW_WINDOW : GAIM_BROWSER_DEFAULT );
+#endif
 			gaim_prefs_set_bool("/gaim/gtk/conversations/spellecheck",
 					general_options & OPT_GEN_CHECK_SPELLING);
 			gaim_prefs_set_bool("/gaim/gtk/conversations/chat/raise_on_events",