mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Ready to push
This commit is contained in:
parent
c9f27ed007
commit
251f5ca7fd
@ -250,11 +250,6 @@
|
||||
<property name="text">
|
||||
<string>Default author link template:</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><p>Enter a template that will be used to create a link for
|
||||
an author in the books information dialog. Used when no link has been
|
||||
provided for the author in Manage Authors.</p></string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>opt_default_author_link</cstring>
|
||||
</property>
|
||||
@ -275,7 +270,7 @@ provided for the author in Manage Authors.</p></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<item row="1" column="1">
|
||||
<widget class="QLabel" name="label_3">
|
||||
<property name="text">
|
||||
<string>Note that <b>comments</b> will always be displayed at the end, regardless of the position you assign here.</string>
|
||||
|
@ -136,7 +136,7 @@ class TagsView(QTreeView): # {{{
|
||||
return expanded_categories, state_map
|
||||
|
||||
def reread_collapse_parameters(self):
|
||||
self._model.reread_collapse_model(self.get_state())
|
||||
self._model.reread_collapse_model(self.get_state()[1])
|
||||
|
||||
def set_database(self, db, tag_match, sort_by):
|
||||
self._model.set_database(db)
|
||||
|
Loading…
x
Reference in New Issue
Block a user