[Digikam-devel] [Bug 203732] Image captions changed (from first image) when applying metadata template to group of photos
Marcel Wiesweg
marcel.wiesweg at gmx.de
Fri Sep 11 18:19:06 BST 2009
https://bugs.kde.org/show_bug.cgi?id=203732
--- Comment #5 from Marcel Wiesweg <marcel wiesweg gmx de> 2009-09-11 19:19:05 ---
Another related problem:
--- a/libs/template/altlangstredit.cpp
+++ b/libs/template/altlangstredit.cpp
@@ -460,7 +460,7 @@ void AltLangStrEdit::slotTextChanged()
QString text = d->valueEdit->toPlainText();
if (text.isEmpty())
{
- d->addValueButton->setEnabled(false);
+ slotDeleteValue();
return;
}
which makes removing a comment intuitive (just remove the text)
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list