disable conflicting shortcut for now.

BUG:165938


svn path=/trunk/KDE/kdelibs/; revision=897447
This commit is contained in:
Sebastian Sauer 2008-12-16 04:34:38 +00:00
parent 69364bc42e
commit 8f12925265

View File

@ -148,7 +148,7 @@ void Containment::init()
appletBrowserAction->setEnabled(unlocked); appletBrowserAction->setEnabled(unlocked);
connect(appletBrowserAction, SIGNAL(triggered()), this, SLOT(triggerShowAddWidgets())); connect(appletBrowserAction, SIGNAL(triggered()), this, SLOT(triggerShowAddWidgets()));
appletBrowserAction->setShortcutContext(Qt::WidgetShortcut); 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); d->actions().addAction("add widgets", appletBrowserAction);
QAction *configureActivityAction = new QAction(i18n("Appearance Settings"), this); QAction *configureActivityAction = new QAction(i18n("Appearance Settings"), this);