[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-04 9:09:05
Message-ID: 1117876145.533392.19526.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 421993 by baris:

Closing calendar from its window button din't enabled tipping.
Fixed...


 M  +4 -1      clock.cpp  


--- trunk/KDE/kdebase/kicker/applets/clock/clock.cpp #421992:421993
@@ -1330,6 +1330,9 @@
     // don't reopen the calendar immediately ...
     _disableCalendar = true;
     QTimer::singleShot(100, this, SLOT(slotEnableCalendar()));
+    
+    // we are free to show a tip know :)
+    installEventFilter(KickerTip::the());
 }
 
 
@@ -1343,10 +1346,10 @@
     if (_calendar && !_disableCalendar) {
         // calls slotCalendarDeleted which does the cleanup for us
         _calendar->close();
-        installEventFilter(KickerTip::the());
         return;
     }
     KickerTip::enableTipping(false);
+    // don't show KickerTip above calender.
     removeEventFilter(KickerTip::the());
 
     if (_calendar || _disableCalendar)
[prev in list] [next in list] [prev in thread] [next in thread] 

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