summaryrefslogtreecommitdiffstats
path: root/mandriva/2010.2/kdelibs/kdelibs-3.3.2-fix-kurlbar-global.patch
blob: 2041a87c4800e2900d0016b8e37f180d6b87fa65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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*/ );
 }