Version: (using Devel) Compiler: gcc4.3.2 OS: Linux Installed from: Compiled sources When in any part of KOrganizer I want to cancel some action I get window with message: "Do you really want to cancel?" It is impossible to disable this dialog with standard "Don't show this dialog anymore" chceckbox. Plus: this is specific KOrganizer behavior, especially visible in Kontact where other parts of the suite don't cling to user in this way (KMail, KAddressbook).
This is related to bug 181981 in which the message appears even if you didn't change anything.
SVN commit 935416 by smartins: Don't to "really close" if now changes were made. Renamed the writeFoo methods to fillFoo. Review board: http://reviewboard.kde.org/r/229 BUG:181981 CCBUG:184570 M +1 -1 koattendeeeditor.cpp M +1 -1 koattendeeeditor.h M +1 -1 koeditorattachments.cpp M +1 -1 koeditorattachments.h M +2 -2 koeditordetails.cpp M +1 -1 koeditordetails.h M +2 -2 koeditorfreebusy.cpp M +1 -1 koeditorfreebusy.h M +2 -2 koeditorgeneral.cpp M +1 -1 koeditorgeneral.h M +2 -2 koeditorgeneralevent.cpp M +1 -1 koeditorgeneralevent.h M +1 -1 koeditorgeneraljournal.cpp M +1 -1 koeditorgeneraljournal.h M +2 -2 koeditorgeneraltodo.cpp M +1 -1 koeditorgeneraltodo.h M +1 -1 koeditorrecurrence.cpp M +1 -1 koeditorrecurrence.h M +19 -9 koeventeditor.cpp M +2 -1 koeventeditor.h M +15 -7 koincidenceeditor.cpp M +5 -0 koincidenceeditor.h M +17 -7 kojournaleditor.cpp M +2 -1 kojournaleditor.h M +18 -8 kotodoeditor.cpp M +2 -1 kotodoeditor.h WebSVN link: http://websvn.kde.org/?view=rev&revision=935416
Mikolaj, This popup was being showed always, now it's only shown if the user made changes and you tries to close it. Under these new circumstances do you still want the option? If you change a text file in kate and try to close it you will always be promted, there's no option I think, so I think KOrganizer has the same behaviour as KDE now. Regards, Sergio
Seems OK for me.