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

List:       kde-commits
Subject:    kdereview/plasma/applets/trash
From:       Marco Martin <notmart () gmail ! com>
Date:       2008-02-26 18:03:23
Message-ID: 1204049003.820599.12232.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 779638 by mart:

restored a signal/slot connection that i had broken, whoops :)

 M  +1 -1      trash.cpp  


--- trunk/kdereview/plasma/applets/trash/trash.cpp #779637:779638
@@ -115,7 +115,7 @@
 
     //add the menu as an action icon
     QAction* menu = new QAction(SmallIcon("arrow-up-double"),i18n("&Menu"), this);
-    connect(menu, SIGNAL(triggered(bool)), this , SLOT(popup(bool)));
+    connect(menu, SIGNAL(triggered(bool)), this , SLOT(popup()));
     m_icon->addAction(menu);
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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