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

List:       kde-commits
Subject:    KDE/kdepim/akregator/src
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2009-12-05 20:13:05
Message-ID: 1260043985.409305.13421.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1059109 by osterfeld:

merge from 4.3 branch
------------------------------------------------------------------------
r1009389 | osterfeld | 2009-08-09 23:33:26 +0200 (Sun, 09 Aug 2009) | 1 line

set "I" as alternate shortcut for mark as important
------------------------------------------------------------------------


 M  +3 -1      actionmanagerimpl.cpp  


--- trunk/KDE/kdepim/akregator/src/actionmanagerimpl.cpp #1059108:1059109
@@ -366,7 +366,9 @@
     KToggleAction* importantAction = \
coll->add<KToggleAction>("article_set_status_important");  \
importantAction->setText(i18n("&Mark as Important"));  \
                importantAction->setIcon(KIcon("mail-mark-important"));
-    importantAction->setShortcuts(KShortcut("Ctrl+I"));
+    KShortcut importantSC( "Ctrl+I" );
+    importantSC.setAlternate( Qt::Key_I );
+    importantAction->setShortcuts( importantSC );
     importantAction->setCheckedState(KGuiItem(i18n("Remove &Important Mark")));
     connect(importantAction, SIGNAL(triggered(bool)), d->mainWidget, \
SLOT(slotArticleToggleKeepFlag(bool)));  


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

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