diff options
author | Rodney Dawes <dobey@novell.com> | 2004-08-03 02:03:04 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-08-03 02:03:04 +0800 |
commit | 697f8281271c5d992829c83ba54c4f45ec62a0b0 (patch) | |
tree | 2b7ff238c0edb8891a73ad9ce0433f191eb95e26 /addressbook/ChangeLog | |
parent | 1b83ca38ebf6c8f45bd4d2fc32bdf2055824c4b2 (diff) | |
download | gsoc2013-evolution-697f8281271c5d992829c83ba54c4f45ec62a0b0.tar.gz gsoc2013-evolution-697f8281271c5d992829c83ba54c4f45ec62a0b0.tar.zst gsoc2013-evolution-697f8281271c5d992829c83ba54c4f45ec62a0b0.zip |
Make the main dialog here be an actual GtkDialog instead of a GtkWindow
2004-08-02 Rodney Dawes <dobey@novell.com>
* gui/component/ldap-config.glade: Make the main dialog here be
an actual GtkDialog instead of a GtkWindow
Fix up a few small spacing issues with the UI
Change "Contacts Group" to "Address Book"
* gui/component/addressbook-config.c (query_for_supported_bases):
Use gtk_widget_ensure_style instead of gtk_widget_realize
(addressbook_add_server_dialog):
Use gtk_widget_ensure_style on the dialog and fix the spacing and
border width of the dialog containers
Fixes #61365
svn path=/trunk/; revision=26795
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d926c54bc3..6dc495fa19 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,18 @@ +2004-08-02 Rodney Dawes <dobey@novell.com> + + * gui/component/ldap-config.glade: Make the main dialog here be + an actual GtkDialog instead of a GtkWindow + Fix up a few small spacing issues with the UI + Change "Contacts Group" to "Address Book" + + * gui/component/addressbook-config.c (query_for_supported_bases): + Use gtk_widget_ensure_style instead of gtk_widget_realize + (addressbook_add_server_dialog): + Use gtk_widget_ensure_style on the dialog and fix the spacing and + border width of the dialog containers + + Fixes #61365 + 2004-07-30 Chris Toshok <toshok@ximian.com> [ fixes #61365 and other misc issues with the addressbook source |