Summary: | Closing geolocation correlator without saving shows two warning dialogs | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Rick Wagner <rjwgnr27> |
Component: | Geolocation-Correlator | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.7.0 | |
Sentry Crash Report: | |||
Attachments: | Fix double confirmation, patch against r1021240 |
Description
Rick Wagner
2009-05-23 09:20:53 UTC
Created attachment 36796 [details]
Fix double confirmation, patch against r1021240
Issue was still present in 0.6+svn, fixed by attached patch. Basically "close" needs to be only confirmed in the closeEvent-handler, where it can be rejected or accepted. The "slotClose" only called close manually, thus the double warning.
SVN commit 1021568 by cgilles: fix double confirmation at close dialog BUGS: 193734 M +0 -10 gpssyncdialog.cpp M +0 -1 gpssyncdialog.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1021568 |