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 | |
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')
-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> |