Fixed an small error introduced by the last commit in pylint cleanup.
svn: r17749
This commit is contained in:
parent
2b758e17a7
commit
a91ab5a3d9
@ -365,7 +365,7 @@ class EditExifMetadata(Gramplet):
|
||||
|
||||
# Save button...
|
||||
hsd_box.add( self.__create_button(
|
||||
"Save", False, [self.save_metadata, self.update, self.display_exif_tags, self.CopyTo],
|
||||
"Save", False, [self.save_metadata, self.update, self.display_exif_tags, self.copyto],
|
||||
gtk.STOCK_SAVE, False))
|
||||
|
||||
if MAGICK_FOUND_:
|
||||
|
Loading…
Reference in New Issue
Block a user