diff gtk/gtkprefs.c @ 14574:333989477bcd

[gaim-migrate @ 17298] On win32, ensure that conversation windows are initially put in a sane place (instead of just [0,0]). This can easily be extended to any other problematic windows. I should have done this a long time ago to prevent countless bug reports. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 17 Sep 2006 23:13:55 +0000
parents 01daacf7b771
children 45cdf2cf456c
line wrap: on
line diff
--- a/gtk/gtkprefs.c	Sun Sep 17 22:43:01 2006 +0000
+++ b/gtk/gtkprefs.c	Sun Sep 17 23:13:55 2006 +0000
@@ -50,10 +50,6 @@
 #include "gtkutils.h"
 #include "gaimstock.h"
 
-#ifdef _WIN32
-# include "gtkwin32dep.h"
-#endif
-
 #define PROXYHOST 0
 #define PROXYPORT 1
 #define PROXYUSER 2
@@ -2080,7 +2076,7 @@
 
 	/* Convert old queuing prefs to hide_new 3-way pref. */
 	if (gaim_prefs_exists("/plugins/gtk/docklet/queue_messages") &&
-	    gaim_prefs_get_bool("/plugins/gtk/docklet/queue_messages"))     
+	    gaim_prefs_get_bool("/plugins/gtk/docklet/queue_messages"))
 	{
 		gaim_prefs_set_string("/gaim/gtk/conversations/im/hide_new", "always");
 	}