This commit is contained in:
Kovid Goyal 2011-04-06 12:29:29 -06:00
parent d63d47a9f5
commit 901960ec04

View file

@ -577,7 +577,7 @@ def remove_format(self, *args):
self.changed = True
def show_format(self, item, *args):
self.dialog.do_view_format.emit(item.path, item.ext)
self.dialog.do_view_format(item.path, item.ext)
def get_selected_format_metadata(self, db, id_):
old = prefs['read_file_metadata']