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
pull/16/head
Timothy Pearson 10 years ago
parent c1098677d4
commit c359057caa

@ -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*/ );
}

Loading…
Cancel
Save