Bug 170265 - Swapped buttons in the disable_introduction dialog
Summary: Swapped buttons in the disable_introduction dialog
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-02 19:56 UTC by Andrey Rakhmatullin
Modified: 2008-10-27 22:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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