diff options
author | Milan Crha <mcrha@redhat.com> | 2008-12-09 20:53:32 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-12-09 20:53:32 +0800 |
commit | 14ed95aaafdf590495c951a46234894acfd14157 (patch) | |
tree | 16781ca7beb1a8d5ca65da1a4f20eb1a48d8d8eb /addressbook/gui | |
parent | f21ef40ef391faa03d311ddce7668cce25215c07 (diff) | |
download | gsoc2013-evolution-14ed95aaafdf590495c951a46234894acfd14157.tar.gz gsoc2013-evolution-14ed95aaafdf590495c951a46234894acfd14157.tar.zst gsoc2013-evolution-14ed95aaafdf590495c951a46234894acfd14157.zip |
** Fix for bug #563669
2008-12-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #563669
* addressbook/gui/component/ldap-config.glade:
* addressbook/printing/e-contact-print.glade:
* mail/mail-config.glade:
* filter/filter.glade:
* widgets/misc/e-send-options.glade:
* calendar/gui/dialogs/recurrence-page.glade:
* calendar/gui/dialogs/alarm-dialog.glade:
* calendar/gui/dialogs/event-page.glade:
* calendar/gui/dialogs/task-details-page.glade:
* calendar/gui/dialogs/cal-prefs-dialog.glade:
* calendar/gui/alarm-notify/alarm-notify.glade:
* calendar/gui/goto-dialog.glade:
Use zero GtkSpinButton's PageSize, as Gtk+ requires.
svn path=/trunk/; revision=36855
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/ldap-config.glade | 4 |
1 files changed, 2 insertions, 2 deletions
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> |