[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1289: Stop using the custom palette on Linux, too. We should figur (trunk/src/gui/common)



Author: edmanm
Date: 2006-10-04 21:25:23 -0400 (Wed, 04 Oct 2006)
New Revision: 1289

Modified:
   trunk/src/gui/common/vidaliawindow.cpp
Log:
Stop using the custom palette on Linux, too. We should figure out what the
right thing is to do about fonts, so opello's vidalia doesn't look quite so
ridiculous.


Modified: trunk/src/gui/common/vidaliawindow.cpp
===================================================================
--- trunk/src/gui/common/vidaliawindow.cpp	2006-10-05 00:52:21 UTC (rev 1288)
+++ trunk/src/gui/common/vidaliawindow.cpp	2006-10-05 01:25:23 UTC (rev 1289)
@@ -117,9 +117,9 @@
   /* If this is the first time this window is shown, restore its window
    * position and size. */
   if (!_previouslyShown) {
-#if defined (Q_WS_MAC)
-    /* Use the standard palette on Mac, overriding whatever was specified in
-     * the .ui file for this dialog. */
+#if !defined (Q_WS_WIN)
+    /* Use the standard palette on non-Windows, overriding whatever was 
+     * specified in the .ui file for this dialog. */
     setPalette(QPalette());
 #endif