mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 12:15:33 -04:00
We really don't need to import kde1 bookmarks anymore :)
This removes a nasty bool argument in managerForFile(). svn path=/trunk/KDE/kdebase/apps/konsole/; revision=680309
This commit is contained in:
@@ -62,8 +62,8 @@ BookmarkHandler::BookmarkHandler( KActionCollection* collection,
|
||||
if ( m_file.isEmpty() )
|
||||
m_file = KStandardDirs::locateLocal( "data", "konsole/bookmarks.xml" );
|
||||
|
||||
KBookmarkManager *manager = KBookmarkManager::managerForFile( m_file, "konsole", false);
|
||||
|
||||
KBookmarkManager *manager = KBookmarkManager::managerForFile( m_file, "konsole" );
|
||||
|
||||
manager->setUpdate( true );
|
||||
|
||||
if (toplevel) {
|
||||
|
||||
Reference in New Issue
Block a user