SVN commit 1002459 by jmthomas: Backport r1001458
Since close buttons on tabs are on by default, make the checkbox checked by default if a config value isn't found in konquerorrc. CCMAIL: [email protected] M +1 -1 generalopts.cpp --- branches/KDE/4.3/kdebase/apps/konqueror/settings/konqhtml/generalopts.cpp #1002458:1002459 @@ -169,7 +169,7 @@ tabOptions->m_pNewTabsInBackground->setChecked( ! (cg.readEntry( "NewTabsInFront", false)) ); tabOptions->m_pOpenAfterCurrentPage->setChecked( cg.readEntry( "OpenAfterCurrentPage", false) ); - tabOptions->m_pPermanentCloseButton->setChecked( cg.readEntry( "PermanentCloseButton", false) ); + tabOptions->m_pPermanentCloseButton->setChecked( cg.readEntry( "PermanentCloseButton", true) ); tabOptions->m_pKonquerorTabforExternalURL->setChecked( cg.readEntry( "KonquerorTabforExternalURL", false) ); tabOptions->m_pPopupsWithinTabs->setChecked( cg.readEntry( "PopupsWithinTabs", false) ); tabOptions->m_pTabCloseActivatePrevious->setChecked( cg.readEntry( "TabCloseActivatePrevious", false) ); ** Changed in: kdebase (Ubuntu) Status: In Progress => Fix Committed ** Changed in: hundredpapercuts Status: In Progress => Fix Committed -- konqueror "close button on tabs" does not work as expected https://bugs.launchpad.net/bugs/395301 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdebase in ubuntu. -- kubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
