Allows to remove subtitles

This commit is contained in:
Sergio Costas 2014-07-18 18:21:00 +02:00
parent 0d6d0bd152
commit cc395dcbd8
2 changed files with 29 additions and 2 deletions

View file

@ -100,7 +100,6 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="margin_left">12</property>
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
@ -108,6 +107,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="padding">4</property>
<property name="position">1</property>
</packing>
</child>
@ -800,6 +800,7 @@
<property name="model">subtitles_list</property>
<property name="headers_clickable">False</property>
<property name="enable_search">False</property>
<signal name="cursor-changed" handler="on_treeview_subtitles_cursor_changed" swapped="no"/>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>