mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:13:27 +02:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
60ae49087b
2 changed files with 3 additions and 2 deletions
|
|
@ -1122,7 +1122,8 @@ def set_custom_column_data(self, row, colhead, value):
|
|||
disp['composite_template'] = tmpl
|
||||
self.db.set_custom_column_metadata(cc['colnum'], display=disp,
|
||||
update_last_modified=True)
|
||||
self.refresh(reset=True)
|
||||
self.refresh(reset=False)
|
||||
self.research(reset=True)
|
||||
return True
|
||||
|
||||
id = self.db.id(row)
|
||||
|
|
|
|||
|
|
@ -877,7 +877,7 @@ def add_node_tree(tree_dict, m, path):
|
|||
search_submenu.addAction(self.search_copy_icon,
|
||||
_('The saved search expression'),
|
||||
partial(self.context_menu_handler, action='raw_search',
|
||||
key=tag.name))
|
||||
key=tag.original_name))
|
||||
self.context_menu.addSeparator()
|
||||
elif key.startswith('@') and not item.is_gst:
|
||||
if item.can_be_edited:
|
||||
|
|
|
|||
Loading…
Reference in a new issue