From c359057caabdb7740b46f0e45eafaa38d4f40d54 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 7 Oct 2014 21:48:28 -0500 Subject: Makes favorite URLs in TDE file open/save dialogs global (sared amongst all applications) by default This commits the following patch from Bug 1499: tdelibs: fix kurlbar global --- tdeio/tdefile/kurlbar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeio') 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*/ ); } -- cgit v1.2.1