diff options
author | Chris Toshok <toshok@ximian.com> | 2003-05-12 04:48:15 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-05-12 04:48:15 +0800 |
commit | 5b3149c1696899b50becfaecc4950f5a6a633c2e (patch) | |
tree | be95b3e5389e861864abb583dba17791616acb25 /addressbook/ChangeLog | |
parent | b08b55549aa624127c23a7aae1e01639fac25d76 (diff) | |
download | gsoc2013-evolution-5b3149c1696899b50becfaecc4950f5a6a633c2e.tar gsoc2013-evolution-5b3149c1696899b50becfaecc4950f5a6a633c2e.tar.gz gsoc2013-evolution-5b3149c1696899b50becfaecc4950f5a6a633c2e.tar.bz2 gsoc2013-evolution-5b3149c1696899b50becfaecc4950f5a6a633c2e.tar.lz gsoc2013-evolution-5b3149c1696899b50becfaecc4950f5a6a633c2e.tar.xz gsoc2013-evolution-5b3149c1696899b50becfaecc4950f5a6a633c2e.tar.zst gsoc2013-evolution-5b3149c1696899b50becfaecc4950f5a6a633c2e.zip |
[ fixes bug #41245 ] fix spacing/border widths as per HIG.
2003-05-11 Chris Toshok <toshok@ximian.com>
[ fixes bug #41245 ]
* gui/component/select-names/select-names.glade: fix
spacing/border widths as per HIG.
* gui/component/select-names/e-select-names.c
(e_select_names_init): set the border width/spacing on widgets we
create here.
svn path=/trunk/; revision=21144
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 56a84db076..f213d87521 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2003-05-11 Chris Toshok <toshok@ximian.com> + + [ fixes bug #41245 ] + * gui/component/select-names/select-names.glade: fix + spacing/border widths as per HIG. + + * gui/component/select-names/e-select-names.c + (e_select_names_init): set the border width/spacing on widgets we + create here. + 2003-05-09 Jeremy Katz <katzj@redhat.com> * printing/e-contact-print.c (e_contact_print_response): Use glib |