[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kicker/applets/clock
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-04-09 14:38:39
Message-ID: 20050409143839.60BBE492 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

fix variable shadowing issue
CCMAIL:Woebbeking@onlinehome.de


  M +2 -2      clock.cpp   1.210


--- kdebase/kicker/applets/clock/clock.cpp  #1.209:1.210
@@ -1623,7 +1623,7 @@ void ClockApplet::fixupLayout()
     if (orientation() == Qt::Horizontal && height() < 32)
     {
-        bool showDate = showDate || (zone->zoneIndex() != 0);
+        bool mustShowDate = showDate || (zone->zoneIndex() != 0);
 
-        if (!showDate && !showDayOfWeek)
+        if (!mustShowDate && !showDayOfWeek)
         {
             _clock->widget()->move(0,0);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic