Bug 164837 - faulty confirmation dialog on quit
Summary: faulty confirmation dialog on quit
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-24 18:06 UTC by Maciej Pilichowski
Modified: 2008-06-25 18:52 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 Maciej Pilichowski 2008-06-24 18:06:41 UTC
Version:            (using Devel)
Installed from:    Compiled sources

faulty confirmation dialog on quit

Steps:
RMB on systray icon
run Korganizer daemon on start -> OFF
RMB on systray icon
quit


Korganizer will ask you if you want to run Korganizer daemon at start -> bug#1. Those options should mean something. You would like to cancel -> cancel. Korganizer quits anyway.
Comment 1 Allen Winter 2008-06-25 17:26:14 UTC
SVN commit 824290 by winterz:

don't quit if the user selects Quit from the context menu, and then
responds to that dialog with the Cancel button.
Thanks Volker!
CCBUG: 164837

Still more to fix from this bug though


 M  +5 -1      korgacmain.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=824290
Comment 2 Allen Winter 2008-06-25 18:52:40 UTC
SVN commit 824345 by winterz:

If the user has specified autostarting in their korgacrc file, then
we assume they have already specified if they want korgac autostarted;
probably by selecting "Start Reminder daemon at login" from the context menu.

Under this condition, if the user tries to quit we no longer nag about
autostarting.. we simply ask if they really want to quit and faithfully obey.

Sorry, fixing this bug does introduce a new string.

BUG: 164837



 M  +33 -18    alarmdockwindow.cpp  
 M  +2 -0      alarmdockwindow.h  


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