From c9f7eb2471020a9712b798f6353dd02daaac03b6 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 2 Aug 2010 16:26:50 +0200 Subject: Fixing bookmarks toolbar in xmlgui (or at least I hope so) Removing one doubled F6 shortcut --- src/mainwindow.cpp | 1 - src/rekonqui.rc | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 7c77ef13..9207f6ec 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -189,7 +189,6 @@ void MainWindow::setupToolbars() // location bar a = new KAction(i18n("Location Bar"), this); - a->setShortcut(KShortcut(Qt::Key_F6)); a->setDefaultWidget(m_view->widgetBar()); actionCollection()->addAction( QL1S("url_bar"), a); diff --git a/src/rekonqui.rc b/src/rekonqui.rc index 752599d5..e89e3b15 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -91,5 +91,10 @@ + + -- cgit v1.2.1