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

List:       kde-commits
Subject:    branches/KDE/3.5/kdebase/kicker/applets/systemtray
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-08-10 0:17:41
Message-ID: 1123633061.502833.25437.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 444389 by aseigo:

i suppose we need a slot here, don't we =P


 M  +1 -1      systemtrayapplet.cpp  
 M  +1 -0      systemtrayapplet.h  


--- branches/KDE/3.5/kdebase/kicker/applets/systemtray/systemtrayapplet.cpp #444388:444389
@@ -721,7 +721,7 @@
         {
             QPopupMenu* contextMenu = new QPopupMenu(this);
             contextMenu->insertItem(SmallIcon("configure"), i18n("Configure System Tray"),
-                                    this, SLOT(preferences()));
+                                    this, SLOT(configure()));
 
             contextMenu->exec(static_cast<QContextMenuEvent*>(e)->globalPos());
 
--- branches/KDE/3.5/kdebase/kicker/applets/systemtray/systemtrayapplet.h #444388:444389
@@ -77,6 +77,7 @@
     void settingsDialogFinished();
     void applySettings();
     void checkAutoRetract();
+    void configure() { preferences(); }
 
 private:
     void embedWindow( WId w, bool kde_tray );
[prev in list] [next in list] [prev in thread] [next in thread] 

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