This commit is contained in:
Kovid Goyal 2010-08-18 14:50:15 -06:00
commit 6fc5014f1d

View File

@ -231,11 +231,6 @@ class MetadataBulkDialog(QDialog, Ui_MetadataBulkDialog):
return error_dialog(self, _('Failed'), return error_dialog(self, _('Failed'),
self.worker.error[0], det_msg=self.worker.error[1], self.worker.error[0], det_msg=self.worker.error[1],
show=True) show=True)
for w in getattr(self, 'custom_column_widgets', []):
w.commit(self.ids)
self.db.clean()
return QDialog.accept(self) return QDialog.accept(self)