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

List:       kde-commits
Subject:    KDE/kdeplasma-addons/applets
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2008-08-05 16:58:56
Message-ID: 1217955536.131619.31140.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 842632 by aseigo:

call ClockApplet::init


 M  +1 -0      binary-clock/binaryclock.cpp  
 M  +1 -0      fuzzy-clock/fuzzyClock.cpp  


--- trunk/KDE/kdeplasma-addons/applets/binary-clock/binaryclock.cpp #842631:842632
@@ -42,6 +42,7 @@
 
 void BinaryClock::init()
 {
+    ClockApplet::init();
     KConfigGroup cg = config();
     m_showSeconds = cg.readEntry("showSeconds", m_showSeconds);
     m_showGrid = cg.readEntry("showGrid", m_showGrid);
--- trunk/KDE/kdeplasma-addons/applets/fuzzy-clock/fuzzyClock.cpp #842631:842632
@@ -65,6 +65,7 @@
 
 void Clock::init()
 {
+    ClockApplet::init();
     m_contentSize = geometry().size();
 
     kDebug() << "The first content's size [geometry().size()] we get, init() called: \
" << geometry().size();


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

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