summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile')
-rw-r--r--tdeio/tdefile/kurlbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tdefile/kurlbar.cpp b/tdeio/tdefile/kurlbar.cpp
index 228a2ce42..e4f86fbed 100644
--- a/tdeio/tdefile/kurlbar.cpp
+++ b/tdeio/tdefile/kurlbar.cpp
@@ -94,7 +94,7 @@ KURLBarItem::KURLBarItem( KURLBar *parent,
m_url( url ),
m_pixmap( 0L ),
m_parent( parent ),
- m_appLocal( true )
+ m_appLocal( false )
{
init( icon, group, description, persistent );
}
@@ -106,7 +106,7 @@ KURLBarItem::KURLBarItem( KURLBar *parent,
m_url( url ),
m_pixmap( 0L ),
m_parent( parent ),
- m_appLocal( true )
+ m_appLocal( false )
{
init( icon, group, description, true /*persistent*/ );
}