summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-03-22 09:00:16 +0000
committerJavier Jardón <jjardon@gnome.org>2015-03-22 09:16:17 +0000
commitd97b99cfc32abe024564622b0904ff773ff81107 (patch)
tree41fa4759ec5ad719f1185903b57793c9fd0a4090
parentsrc/zenity.ui: Use GtkBox instead deprecated Gtk[H|V]Box (diff)
downloadzenity-d97b99cfc32abe024564622b0904ff773ff81107.tar.gz
zenity-d97b99cfc32abe024564622b0904ff773ff81107.tar.bz2
zenity-d97b99cfc32abe024564622b0904ff773ff81107.zip
Use GtkScale instead deprecated GtkHScale
-rw-r--r--src/zenity.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenity.ui b/src/zenity.ui
index 79827a90..f6bc0c7a 100644
--- a/src/zenity.ui
+++ b/src/zenity.ui
@@ -83,7 +83,7 @@
</packing>
</child>
<child>
- <object class="GtkHScale" id="zenity_scale_hscale">
+ <object class="GtkScale" id="zenity_scale_hscale">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">adjustment1</property>
bgstack15