| Summary: | Warming about changes not applied always appear even when already applied | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Fabien <fabien.ubuntu> |
| Component: | Plugin-Generic-GeolocationEdit | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 0.1.0 | |
| Sentry Crash Report: | |||
SVN commit 592756 by cgilles:
Fix disty status when Metadata are written in pictures.
BUG:135157
M +2 -0 gpslistviewitem.cpp
--- trunk/extragear/libs/kipi-plugins/gpssync/gpslistviewitem.cpp #592755:592756
@@ -178,6 +178,8 @@
setPixmap(1, SmallIcon("ok"));
else
setPixmap(1, SmallIcon("cancel"));
+
+ d->dirty = false;
}
}
|
Version: (using KDE KDE 3.5.4) Installed from: Ubuntu Packages OS: Linux In the (great) gpssync plugin, there's a dialog window that appears when closing the main gpssync windows (only if we made a modification) : << n picture from the list isn't updated. Do you want really to close this window without apply changes? >> The problem is that this window always appears even when I already click on apply button. Note: there's a typo in this phrase, I think it should be "without applying changes". PS: it's the latest version from svn (around 15h00 today).