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

[vidalia-svn] r4180: Correct the path to the badge pixmap used in time skew warni (in vidalia/trunk: . src/vidalia/log)



Author: edmanm
Date: 2009-12-13 16:29:25 -0500 (Sun, 13 Dec 2009)
New Revision: 4180

Modified:
   vidalia/trunk/CHANGELOG
   vidalia/trunk/src/vidalia/log/StatusEventWidget.cpp
Log:

Correct the path to the badge pixmap used in time skew warning messages. 
Fixes ticket #537. Patch from mkirk.


Modified: vidalia/trunk/CHANGELOG
===================================================================
--- vidalia/trunk/CHANGELOG	2009-12-13 00:49:34 UTC (rev 4179)
+++ vidalia/trunk/CHANGELOG	2009-12-13 21:29:25 UTC (rev 4180)
@@ -2,6 +2,8 @@
   o Remove the explicit palette set for the configuration dialog that
     prevented the dialog from inheriting colors from the user's current
     system theme. (Ticket #485. Patch from mkirk.)
+  o Correct the path to the badge pixmap used in time skew warning
+    messages. (Ticket #537. Patch from mkirk.)
   o Clean up a couple status event messages related to dangerous port
     warnings.
   o Change the vidalia_ru.nsh output encoding from KOI8-R to Windows-1251. 

Modified: vidalia/trunk/src/vidalia/log/StatusEventWidget.cpp
===================================================================
--- vidalia/trunk/src/vidalia/log/StatusEventWidget.cpp	2009-12-13 00:49:34 UTC (rev 4179)
+++ vidalia/trunk/src/vidalia/log/StatusEventWidget.cpp	2009-12-13 21:29:25 UTC (rev 4180)
@@ -369,7 +369,7 @@
 
   QString description;
   QPixmap icon = addBadgeToPixmap(":/images/48x48/chronometer.png",
-                                  ":/images/48x48/dialog-warning.png");
+                                  ":/images/32x32/dialog-warning.png");
 
   if (skew < 0) {
     description =