aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2014-12-04 10:00:58 +0000
committerAlessio Treglia <alessio@debian.org>2014-12-04 10:00:58 +0000
commit332ddd40e9e1ae71bc6e27adfbc9d9c5c4aefe5c (patch)
tree3b2c462202ab0dcb7c54dcb5d78a354cfe6ea322
parent64d2d80154051627a991fecc67653c0dd1829748 (diff)
Fix GtkSpinButton "adjustment with non-zero page size" deprecation message.
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/camorama/+bug/870609 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553523
-rw-r--r--data/camorama.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/camorama.glade b/data/camorama.glade
index 36b83c9..9a39cd5 100644
--- a/data/camorama.glade
+++ b/data/camorama.glade
@@ -251,7 +251,7 @@
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
<property name="snap_to_ticks">False</property>
<property name="wrap">False</property>
- <property name="adjustment">1 1 360 1 10 10</property>
+ <property name="adjustment">1 1 360 1 10 0</property>
<signal name="value_changed" handler="interval_change" object="cam" last_modification_time="Thu, 02 Jan 2003 18:51:37 GMT"/>
</widget>
<packing>

Privacy Policy