From ec2515f058c60d2478a549f58376db628ba556b9 Mon Sep 17 00:00:00 2001 From: Tim Williams Date: Fri, 14 Oct 2011 13:51:18 +0100 Subject: Initial commit of the Mandriva patches and spec files. This includes the main dependencies and core packages, but very little else. --- .../kdelibs/kdelibs-3.3.2-fix-kurlbar-global.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mandriva/2010.2/kdelibs/kdelibs-3.3.2-fix-kurlbar-global.patch (limited to 'mandriva/2010.2/kdelibs/kdelibs-3.3.2-fix-kurlbar-global.patch') diff --git a/mandriva/2010.2/kdelibs/kdelibs-3.3.2-fix-kurlbar-global.patch b/mandriva/2010.2/kdelibs/kdelibs-3.3.2-fix-kurlbar-global.patch new file mode 100644 index 000000000..2041a87c4 --- /dev/null +++ b/mandriva/2010.2/kdelibs/kdelibs-3.3.2-fix-kurlbar-global.patch @@ -0,0 +1,20 @@ +--- kdelibs-3.3.2/kio/kfile/kurlbar.cpp-- 2004-12-29 16:50:52.814327086 +0100 ++++ kdelibs-3.3.2/kio/kfile/kurlbar.cpp 2004-12-29 16:52:25.597617064 +0100 +@@ -90,7 +90,7 @@ KURLBarItem::KURLBarItem( KURLBar *paren + m_url( url ), + m_pixmap( 0L ), + m_parent( parent ), +- m_appLocal( true ) ++ m_appLocal( false ) + { + init( icon, group, description, persistent ); + } +@@ -102,7 +102,7 @@ KURLBarItem::KURLBarItem( KURLBar *paren + m_url( url ), + m_pixmap( 0L ), + m_parent( parent ), +- m_appLocal( true ) ++ m_appLocal( false ) + { + init( icon, group, description, true /*persistent*/ ); + } -- cgit v1.2.1