aboutsummaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/ChangeLog7
-rw-r--r--filter/filter.glade2
2 files changed, 8 insertions, 1 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 740edb5ecd..8c8ec1336b 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-09 Milan Crha <mcrha@redhat.com>
+
+ ** Part of fix for bug #563669
+
+ * filter.glade:
+ Use zero GtkSpinButton's PageSize, as Gtk+ requires.
+
2008-12-05 Milan Crha <mcrha@redhat.com>
** Fix for bug #332629
diff --git a/filter/filter.glade b/filter/filter.glade
index 8dd6197f0c..3b43c26249 100644
--- a/filter/filter.glade
+++ b/filter/filter.glade
@@ -615,7 +615,7 @@ a time relative to when filtering occurs.</property>
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
<property name="snap_to_ticks">False</property>
<property name="wrap">False</property>
- <property name="adjustment">1 0 1000 1 10 10</property>
+ <property name="adjustment">1 0 1000 1 10 0</property>
</widget>
<packing>
<property name="padding">0</property>