summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb.m4
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2017-03-09 12:39:47 -0700
committerJohn Stebbins <[email protected]>2017-03-09 12:40:36 -0700
commit6c8979904ca729d086b7ccebd6b4f5cabd31149d (patch)
tree697f8bd8db4c198413284dc550befa57cbe5d09e /gtk/src/ghb.m4
parent27c5b91e916e51c0d44dc0fd111feca43a4ea481 (diff)
LinGui: fix video preset slider updates
Fixes https://github.com/HandBrake/HandBrake/issues/621
Diffstat (limited to 'gtk/src/ghb.m4')
-rw-r--r--gtk/src/ghb.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4
index 2c3e09c89..5895743dc 100644
--- a/gtk/src/ghb.m4
+++ b/gtk/src/ghb.m4
@@ -3790,7 +3790,7 @@ settings will result in better quality or smaller files.</property>
<property name="value_pos">right</property>
<property name="hexpand">True</property>
<signal name="format-value" handler="format_video_preset_cb" swapped="no"/>
- <signal name="value-changed" handler="video_setting_changed_cb" swapped="no"/>
+ <signal name="value-changed" handler="video_preset_slider_changed_cb" swapped="no"/>
</object>
<packing>
<property name="top_attach">0</property>