diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 8 | ||||
-rw-r--r-- | addressbook/gui/component/ldap-config.glade | 4 | ||||
-rw-r--r-- | addressbook/printing/e-contact-print.glade | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 49bc6c04b8..8fb965960d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2008-12-09 Milan Crha <mcrha@redhat.com> + + ** Part of fix for bug #563669 + + * gui/component/ldap-config.glade: + * printing/e-contact-print.glade: + Use zero GtkSpinButton's PageSize, as Gtk+ requires. + 2008-12-08 Milan Crha <mcrha@redhat.com> ** Fix for bug #270376 diff --git a/addressbook/gui/component/ldap-config.glade b/addressbook/gui/component/ldap-config.glade index 58ffba43bf..2cf886b914 100644 --- a/addressbook/gui/component/ldap-config.glade +++ b/addressbook/gui/component/ldap-config.glade @@ -1394,7 +1394,7 @@ <property name="update_policy">GTK_UPDATE_ALWAYS</property> <property name="snap_to_ticks">False</property> <property name="wrap">False</property> - <property name="adjustment">0 0 1000 1 10 10</property> + <property name="adjustment">0 0 1000 1 10 0</property> </widget> <packing> <property name="left_attach">1</property> @@ -2942,7 +2942,7 @@ <property name="update_policy">GTK_UPDATE_ALWAYS</property> <property name="snap_to_ticks">False</property> <property name="wrap">False</property> - <property name="adjustment">0 0 1000 1 10 10</property> + <property name="adjustment">0 0 1000 1 10 0</property> </widget> <packing> <property name="left_attach">1</property> diff --git a/addressbook/printing/e-contact-print.glade b/addressbook/printing/e-contact-print.glade index c65d23ae21..22e54c849d 100644 --- a/addressbook/printing/e-contact-print.glade +++ b/addressbook/printing/e-contact-print.glade @@ -406,7 +406,7 @@ <property name="wrap">no</property> <property name="snap_to_ticks">no</property> <property name="visible">yes</property> - <property name="adjustment">2 0 100 1 10 10</property> + <property name="adjustment">2 0 100 1 10 0</property> </widget> </child> </widget> @@ -441,7 +441,7 @@ <property name="width-request">45</property> <property name="snap_to_ticks">no</property> <property name="visible">yes</property> - <property name="adjustment">1 0 100 1 10 10</property> + <property name="adjustment">1 0 100 1 10 0</property> </widget> </child> </widget> |