diff options
author | jstebbins <[email protected]> | 2014-01-16 00:01:47 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-01-16 00:01:47 +0000 |
commit | 6de334d38fc0620e6125edbb8f439c61055e3c96 (patch) | |
tree | a63da715f1c57150aab624f6819d1c769ce9556b /gtk | |
parent | fb5feaa853af43441d583222e5314402b71f114d (diff) |
LinGui: fix formatting of icon lists in UI xml
glade screwed up the formatting which causes the icons to be incorrectly
parsed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5978 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb.ui | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index ab4a64f8a..4f3bbfb5d 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3159,9 +3159,9 @@ libx264 authors: <property name="orientation">vertical</property> <property name="adjustment">adjustment35</property> <property name="icons">audio-volume-muted - audio-volume-high - audio-volume-low - audio-volume-medium</property> +audio-volume-high +audio-volume-low +audio-volume-medium</property> <signal name="value-changed" handler="gain_widget_changed_cb" swapped="no"/> </object> <packing> @@ -3296,13 +3296,13 @@ libx264 authors: <property name="orientation">vertical</property> <property name="adjustment">audio_quality_adj</property> <property name="icons">weather-storm - weather-clear - weather-storm - weather-showers-scattered - weather-showers - weather-overcast - weather-few-clouds - weather-clear</property> +weather-clear +weather-storm +weather-showers-scattered +weather-showers +weather-overcast +weather-few-clouds +weather-clear</property> <signal name="value-changed" handler="quality_widget_changed_cb" swapped="no"/> </object> <packing> |