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

List:       kde-commits
Subject:    playground/base/nepomuk-kde/konqueror/taskplugin
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2010-05-25 9:22:15
Message-ID: 20100525092215.3CEF9AC8BF () svn ! kde ! org
[Download RAW message or body]

SVN commit 1130405 by trueg:

Use nepomuk icon and non-delayed popup menu

 M  +4 -3      konquerortaskplugin.cpp  


--- trunk/playground/base/nepomuk-kde/konqueror/taskplugin/konquerortaskplugin.cpp #1130404:1130405
@@ -66,10 +66,11 @@
 Nepomuk::KonquerorTaskPlugin::KonquerorTaskPlugin(QObject* parent, const QVariantList&)
         : KParts::Plugin(parent)
 {
-    m_action = new KActionMenu( KIcon( "view-calendar-tasks" ),
-                                i18n( "Associate the current page to a task or project" ),
+    m_action = new KActionMenu( KIcon( "nepomuk" ),
+                                i18n( "Annotate web page" ),
                                 actionCollection() );
-    actionCollection()->addAction("nepomuk_link_to_task", m_action);
+    m_action->setDelayed( false );
+    actionCollection()->addAction("nepomuk_annotate", m_action);
 
     connect(m_action, SIGNAL(triggered(Qt::MouseButtons, Qt::KeyboardModifiers)),
             this, SLOT(slotLinkToCurrentTask(Qt::MouseButtons, Qt::KeyboardModifiers)));
[prev in list] [next in list] [prev in thread] [next in thread] 

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