Summary: | faulty confirmation dialog on quit | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Maciej Pilichowski <bluedzins> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Maciej Pilichowski
2008-06-24 18:06:41 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 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 |