Ready to push

This commit is contained in:
Charles Haley 2011-06-28 19:50:43 +01:00
parent c9f27ed007
commit 251f5ca7fd
2 changed files with 2 additions and 7 deletions

View File

@ -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 &lt;b&gt;comments&lt;/b&gt; will always be displayed at the end, regardless of the position you assign here.</string>

View File

@ -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)