diff options
author | John Stebbins <[email protected]> | 2017-03-09 12:39:47 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-03-09 12:40:36 -0700 |
commit | 6c8979904ca729d086b7ccebd6b4f5cabd31149d (patch) | |
tree | 697f8bd8db4c198413284dc550befa57cbe5d09e /gtk/src/ghb.m4 | |
parent | 27c5b91e916e51c0d44dc0fd111feca43a4ea481 (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.m4 | 2 |
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> |