[Digikam-devel] extragear/graphics/digikam/libs/imageproperties
Andi Clemens
andi.clemens at gmx.net
Thu Jul 30 16:55:33 BST 2009
SVN commit 1004617 by aclemens:
This commit fixes the caption issue described in the ML for me.
Do we really need this connection?
CCMAIL:digikam-devel at kde.org
M +2 -2 captionedit.cpp
--- trunk/extragear/graphics/digikam/libs/imageproperties/captionedit.cpp #1004616:1004617
@@ -74,8 +74,8 @@
connect(d->altLangStrEdit, SIGNAL(signalModified()),
this, SIGNAL(signalModified()));
- connect(d->altLangStrEdit, SIGNAL(signalSelectionChanged(const QString&)),
- this, SLOT(slotSelectionChanged(const QString&)));
+// connect(d->altLangStrEdit, SIGNAL(signalSelectionChanged(const QString&)),
+// this, SLOT(slotSelectionChanged(const QString&)));
connect(d->altLangStrEdit, SIGNAL(signalAddValue(const QString&, const QString&)),
this, SLOT(slotAddValue(const QString&, const QString&)));
More information about the Digikam-devel
mailing list