diff options
author | Rodney Dawes <dobey@novell.com> | 2005-01-22 05:56:12 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-01-22 05:56:12 +0800 |
commit | 637fbe0446df03189f7f2989ad8d5a574edc3489 (patch) | |
tree | b36b0e96126d41abf5beffe51cf1cfdaf044e8e1 /addressbook/ChangeLog | |
parent | d03a5b84de992ea32e5c71e07c4064552a442954 (diff) | |
download | gsoc2013-evolution-637fbe0446df03189f7f2989ad8d5a574edc3489.tar gsoc2013-evolution-637fbe0446df03189f7f2989ad8d5a574edc3489.tar.gz gsoc2013-evolution-637fbe0446df03189f7f2989ad8d5a574edc3489.tar.bz2 gsoc2013-evolution-637fbe0446df03189f7f2989ad8d5a574edc3489.tar.lz gsoc2013-evolution-637fbe0446df03189f7f2989ad8d5a574edc3489.tar.xz gsoc2013-evolution-637fbe0446df03189f7f2989ad8d5a574edc3489.tar.zst gsoc2013-evolution-637fbe0446df03189f7f2989ad8d5a574edc3489.zip |
Call gtk_widget_ensure_style to ensure that we set the border widths of
2005-01-21 Rodney Dawes <dobey@novell.com>
* gui/contact-editor/e-contact-editor.c (e_contact_editor_init):
Call gtk_widget_ensure_style to ensure that we set the border widths
of some dialog containers properly for HIG compliance
svn path=/trunk/; revision=28498
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 12259827d0..3b8a2a835d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2005-01-21 Rodney Dawes <dobey@novell.com> + * gui/contact-editor/e-contact-editor.c (e_contact_editor_init): + Call gtk_widget_ensure_style to ensure that we set the border widths + of some dialog containers properly for HIG compliance + +2005-01-21 Rodney Dawes <dobey@novell.com> + * gui/merging/eab-contact-duplicate-detected.glade: Fix some spacing and remove the separator for HIG compliance * gui/merging/eab-contact-merging.c (match_query_callback): |