From 8f12925265591e0b699449dcfca8d55144be3590 Mon Sep 17 00:00:00 2001 From: Sebastian Sauer Date: Tue, 16 Dec 2008 04:34:38 +0000 Subject: [PATCH] disable conflicting shortcut for now. BUG:165938 svn path=/trunk/KDE/kdelibs/; revision=897447 --- containment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containment.cpp b/containment.cpp index bb9ae04ba..40261e166 100644 --- a/containment.cpp +++ b/containment.cpp @@ -148,7 +148,7 @@ void Containment::init() appletBrowserAction->setEnabled(unlocked); connect(appletBrowserAction, SIGNAL(triggered()), this, SLOT(triggerShowAddWidgets())); appletBrowserAction->setShortcutContext(Qt::WidgetShortcut); - appletBrowserAction->setShortcut(QKeySequence("ctrl+a")); + //appletBrowserAction->setShortcut(QKeySequence("ctrl+a")); //FIXME in KDE 4.3, see bug #165938 d->actions().addAction("add widgets", appletBrowserAction); QAction *configureActivityAction = new QAction(i18n("Appearance Settings"), this);