Stop using the deprecated GtkTreeView:rules-hint

This was still used in the file chooser and the font chooser.
This commit is contained in:
Matthias Clasen 2014-09-03 23:29:04 -04:00
parent 10703a0275
commit 6efbe745b1
2 changed files with 0 additions and 2 deletions

View File

@ -174,7 +174,6 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_tooltip">True</property>
<property name="rules_hint">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="browse_files_tree_view-atkobject">
<property name="AtkObject::accessible-name" translatable="yes">Files</property>

View File

@ -80,7 +80,6 @@
<property name="can_focus">True</property>
<property name="model">filter_model</property>
<property name="headers_visible">False</property>
<property name="rules_hint">True</property>
<property name="enable_search">False</property>
<property name="fixed_height_mode">True</property>
<signal name="cursor-changed" handler="cursor_changed_cb" swapped="no"/>