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

List:       kde-commits
Subject:    KDE/kdebase/kicker/applets/clock
From:       Barış Metin <baris () uludag ! org ! tr>
Date:       2005-06-05 11:02:03
Message-ID: 1117969323.685945.1453.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 422386 by baris:

formatDate has nothing to do with _prefs->plainShowSeconds()
(by André Wöbbeking)


 M  +2 -2      clock.cpp  


--- trunk/KDE/kdebase/kicker/applets/clock/clock.cpp #422385:422386
@@ -1626,7 +1626,7 @@
     QString _time = KGlobal::locale()->formatTime(
         clockGetTime(), _prefs->plainShowSeconds());
     QString _date = KGlobal::locale()->formatDate(
-        clockGetDate(), _prefs->plainShowSeconds());
+        clockGetDate(), false);
 
     if (zone->zoneIndex() == 0) // local time zone
     {
@@ -1640,7 +1640,7 @@
         QString _localTime = KGlobal::locale()->formatTime(
             clockGetTime(), _prefs->plainShowSeconds());
         QString _localDate = KGlobal::locale()->formatDate(
-            clockGetDate(), _prefs->plainShowSeconds());
+            clockGetDate(), false);
         TZoffset = zone->calc_TZ_offset(zone->zone(i));
 
         data.message = _time + " " + _date;
[prev in list] [next in list] [prev in thread] [next in thread] 

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