Bug 170265

Summary: Swapped buttons in the disable_introduction dialog
Product: [Applications] akregator Reporter: Andrey Rakhmatullin <wrar>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Andrey Rakhmatullin 2008-09-02 19:56:46 UTC
Version:            (using KDE 4.1.1)
Installed from:    Compiled From Sources

r850564 introduces an ability to disable introduction using config:/disable_introduction. But in the confirmation dialog "Keep Enabled" button acts as "Disable", because the code checks if "No" button was pressed:

if ( KMessageBox::questionYesNo( widget(), i18n("Are you sure you want to disable this introduction page?"), i18n("Disable Introduction Page"), KGuiItem(i18n("Disable") ), KGuiItem( i18n ( "Keep Enabled" ) ) ) ) == KMessageBox::No)
Comment 1 Frank Osterfeld 2008-10-27 22:22:06 UTC
SVN commit 876708 by osterfeld:

fix swapped buttons in disable introduction dialog
BUG:170265


 M  +1 -1      articleviewer.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=876708
Comment 2 Frank Osterfeld 2008-10-27 22:24:02 UTC
SVN commit 876712 by osterfeld:

backport: fix swapped buttons in disable introduction dialog
CCBUG:170265


 M  +1 -1      articleviewer.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=876712