summaryrefslogtreecommitdiff
path: root/extra/kdebase/kdebug-324511.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdebase/kdebug-324511.patch')
-rw-r--r--extra/kdebase/kdebug-324511.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/kdebase/kdebug-324511.patch b/extra/kdebase/kdebug-324511.patch
deleted file mode 100644
index cca2a7254..000000000
--- a/extra/kdebase/kdebug-324511.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-commit 43a981481ab9161a83dd200db39c093e2502f68a
-Author: Bernd Buschinski <b.buschinski@googlemail.com>
-Date: Wed Sep 4 16:23:35 2013 +0200
-
- Fix toplevel bookmarks not showing in toolbar
- regression from d1963e23
-
-diff --git a/konqueror/src/konqbookmarkbar.cpp b/konqueror/src/konqbookmarkbar.cpp
-index 2141575..199e15f 100644
---- a/konqueror/src/konqbookmarkbar.cpp
-+++ b/konqueror/src/konqbookmarkbar.cpp
-@@ -184,10 +184,12 @@ void KBookmarkBar::fillBookmarkBar(const KBookmarkGroup & parent)
-
- if (!bm.isGroup())
- {
-- if ( bm.isSeparator() )
-+ if ( bm.isSeparator() )
-+ {
- if (m_toolBar) {
- m_toolBar->addSeparator();
- }
-+ }
- else
- {
- KAction *action = new KBookmarkAction( bm, m_pOwner, 0 );