mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-27 14:05:09 +01:00
...
This commit is contained in:
parent
d63d47a9f5
commit
901960ec04
1 changed files with 1 additions and 1 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Reference in a new issue