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

List:       kde-commits
Subject:    branches/KDE/4.6/kdemultimedia/kmix/apps
From:       Jakob Kummerow <jkummerow () web ! de>
Date:       2011-01-10 19:21:04
Message-ID: 20110110192104.627F3AC8B2 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1213541 by jkummerow:

Re-fix bug 229300 (custom "Volume Up" shortcut is cleared on logout)

This is the same patch as has been committed in commit 1133816, somehow the change \
got lost since then.

BUG: 229300



 M  +1 -1      kmix.cpp  


--- branches/KDE/4.6/kdemultimedia/kmix/apps/kmix.cpp #1213540:1213541
@@ -162,7 +162,7 @@
     if ( m_autouseMultimediaKeys ) {
         KAction* globalAction = actionCollection()->addAction("increase_volume");
         globalAction->setText(i18n("Increase Volume"));
-        globalAction->setGlobalShortcut(KShortcut(Qt::Key_VolumeUp), ( \
KAction::ShortcutTypes)( KAction::ActiveShortcut |  KAction::DefaultShortcut),  \
KAction::NoAutoloading); +        \
                globalAction->setGlobalShortcut(KShortcut(Qt::Key_VolumeUp));
         connect(globalAction, SIGNAL(triggered(bool) ), SLOT(slotIncreaseVolume()));
 
         globalAction = actionCollection()->addAction("decrease_volume");


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

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