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

List:       kde-commits
Subject:    KDE/kdeplasmoids/applets/lancelot
From:       Ivan Čukić <ivan.cukic+kde () gmail ! com>
Date:       2008-07-01 19:54:45
Message-ID: 1214942085.238438.13506.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 826914 by ivan:

Fixed a small bug in ExtenderButton introduced last time
Set text for global action



 M  +1 -0      app/src/LancelotApplication.cpp  
 M  +1 -1      libs/lancelot/widgets/ExtenderButton.cpp  


--- trunk/KDE/kdeplasmoids/applets/lancelot/app/src/LancelotApplication.cpp #826913:826914
@@ -81,6 +81,7 @@
 
     if ( KAuthorized::authorizeKAction("show_lancelot")) {
         a = m_actionCollection->addAction(i18n("Lancelot"), this);
+        a->setText(i18n("Lancelot"));
         a->setGlobalShortcut(KShortcut(Qt::ALT + Qt::Key_F5));
         connect(
                 a, SIGNAL(triggered(bool)),
--- trunk/KDE/kdeplasmoids/applets/lancelot/libs/lancelot/widgets/ExtenderButton.cpp #826913:826914
@@ -173,7 +173,7 @@
     if (event->timerId() == ExtenderObject::timer.timerId()) {
         d->extender->stopTimer();
         toggle();
-        hide();
+        d->extender->hide();
         // Qt bug... - element is hidden but doesn't receive hoverLeaveEvent
         hoverLeaveEvent(0);
         d->extender->hoverLeaveEvent(0);
[prev in list] [next in list] [prev in thread] [next in thread] 

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