diff options
author | jstebbins <[email protected]> | 2014-02-25 00:41:24 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-02-25 00:41:24 +0000 |
commit | 52140b164daccfbad57c9dbf91b196f1ff203e48 (patch) | |
tree | 7b6f1b3201dd0708fbc47e95c96945872e9b0c04 /gtk/src/ghb.ui | |
parent | 62040281f4b9c793855db517675ff5ccdeda6995 (diff) |
LinGui: fix some preset loading issues
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6081 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 61d5f46fb..b1aff07ae 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -6924,7 +6924,7 @@ on the Video tab instead.</property> <property name="tooltip_text" translatable="yes">Enable maximum width limit.</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> - <signal name="toggled" handler="setting_widget_changed_cb" swapped="no"/> + <signal name="toggled" handler="preset_widget_changed_cb" swapped="no"/> </object> <packing> <property name="top_attach">1</property> @@ -6946,7 +6946,7 @@ Setting this to 0 means there is no maximum width.</property> <property name="secondary_icon_activatable">False</property> <property name="adjustment">adjustment32</property> <property name="snap_to_ticks">True</property> - <signal name="value-changed" handler="setting_widget_changed_cb" swapped="no"/> + <signal name="value-changed" handler="preset_widget_changed_cb" swapped="no"/> </object> <packing> <property name="top_attach">1</property> @@ -6965,7 +6965,7 @@ Setting this to 0 means there is no maximum width.</property> <property name="tooltip_text" translatable="yes">Enable maximum height limit.</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> - <signal name="toggled" handler="setting_widget_changed_cb" swapped="no"/> + <signal name="toggled" handler="preset_widget_changed_cb" swapped="no"/> </object> <packing> <property name="top_attach">2</property> @@ -6986,7 +6986,7 @@ Setting this to 0 means there is no maximum height.</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="adjustment">adjustment33</property> - <signal name="value-changed" handler="setting_widget_changed_cb" swapped="no"/> + <signal name="value-changed" handler="preset_widget_changed_cb" swapped="no"/> </object> <packing> <property name="top_attach">2</property> |