PlayerWidget: Connect the fast-forward and rewind buttons, sort of.

There appears to be a bug where it seeks 17 seconds instead of 10.
This commit is contained in:
Jordan Petridis
2018-06-23 22:45:13 +00:00
parent 1daa841f31
commit 38768c777d
2 changed files with 46 additions and 11 deletions
@@ -43,7 +43,6 @@
<object class="GtkButton" id="rewind_button">
<property name="width_request">42</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Previous</property>
@@ -91,7 +90,6 @@
<object class="GtkButton" id="ff_button">
<property name="width_request">42</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Next</property>