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
(cherry picked from commit c359057caa)
v3.5.13-sru
Timothy Pearson 10 years ago committed by Slávek Banko
parent 7b2644a965
commit a6211be0ae

@ -94,7 +94,7 @@ KURLBarItem::KURLBarItem( KURLBar *parent,
m_url( url ), m_url( url ),
m_pixmap( 0L ), m_pixmap( 0L ),
m_parent( parent ), m_parent( parent ),
m_appLocal( true ) m_appLocal( false )
{ {
init( icon, group, description, persistent ); init( icon, group, description, persistent );
} }
@ -106,7 +106,7 @@ KURLBarItem::KURLBarItem( KURLBar *parent,
m_url( url ), m_url( url ),
m_pixmap( 0L ), m_pixmap( 0L ),
m_parent( parent ), m_parent( parent ),
m_appLocal( true ) m_appLocal( false )
{ {
init( icon, group, description, true /*persistent*/ ); init( icon, group, description, true /*persistent*/ );
} }

Loading…
Cancel
Save