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.
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
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