From kde-commits Sat Oct 10 18:54:44 2009 From: Marcel Wiesweg Date: Sat, 10 Oct 2009 18:54:44 +0000 To: kde-commits Subject: extragear/graphics/digikam/libs Message-Id: <1255200884.763310.16674.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125520089101363 SVN commit 1033678 by mwiesweg: Method is gone M +0 -2 imageproperties/imagedescedittab.cpp M +0 -2 template/templatepanel.cpp --- trunk/extragear/graphics/digikam/libs/imageproperties/imagedescedittab.cpp #1033677:1033678 @@ -540,8 +540,6 @@ if (d->currInfos.isEmpty()) return; - d->captionsEdit->apply(); - bool progressInfo = (d->currInfos.count() > 1); MetadataWriteSettings writeSettings = MetadataHub::defaultWriteSettings(); --- trunk/extragear/graphics/digikam/libs/template/templatepanel.cpp #1033677:1033678 @@ -490,8 +490,6 @@ void TemplatePanel::apply() { - d->copyrightEdit->apply(); - d->rightUsageEdit->apply(); } } // namespace Digikam