[Digikam-devel] [digikam] [Bug 331695] Misleading menu entry may lead to unintentionall purging of all tags
Gilles Caulier
caulier.gilles at gmail.com
Mon Mar 3 12:22:23 GMT 2014
https://bugs.kde.org/show_bug.cgi?id=331695
Gilles Caulier <caulier.gilles at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |caulier.gilles at gmail.com
--- Comment #2 from Gilles Caulier <caulier.gilles at gmail.com> ---
Git commit abd9f93fa2a22a1385f32094740466571a0587da by Veaceslav Munteanu.
Committed on 03/03/2014 at 14:15.
Pushed by munteanu into branch 'master'.
Fixing bug 331695: Disable temporary wipe tags option to avoid accidental
deletion of tags from image metadata
M +3 -0 digikam/tags/tagsmanager/tagsmanager.cpp
http://commits.kde.org/digikam/abd9f93fa2a22a1385f32094740466571a0587da
diff --git a/digikam/tags/tagsmanager/tagsmanager.cpp
b/digikam/tags/tagsmanager/tagsmanager.cpp
index 4300c2b..47ba281 100644
--- a/digikam/tags/tagsmanager/tagsmanager.cpp
+++ b/digikam/tags/tagsmanager/tagsmanager.cpp
@@ -692,6 +692,9 @@ void TagsManager::setupActions()
wipeAll->setHelpText(i18n("Delete all tags from database. "
"Proceed with caution."));
+
+ /** BUG: Disabled temporary, will cause all tags from images to be lost
**/
+ wipeAll->setEnabled(false);
connect(wrDbImg, SIGNAL(triggered()),
this, SLOT(slotWriteToImg()));
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list