diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-10 07:50:34 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-10 07:50:34 +0800 |
commit | c002a2ab81f9a2ef782309f455e1232bbe5543a9 (patch) | |
tree | 28fc25611a21a786bf7c9a02f606c8444f1feb8f /addressbook/ChangeLog | |
parent | 9147ed28f4554729925aa7b84e8911d4f024707f (diff) | |
download | gsoc2013-evolution-c002a2ab81f9a2ef782309f455e1232bbe5543a9.tar.gz gsoc2013-evolution-c002a2ab81f9a2ef782309f455e1232bbe5543a9.tar.zst gsoc2013-evolution-c002a2ab81f9a2ef782309f455e1232bbe5543a9.zip |
addressbook-config.etspec is gone.
2003-01-09 Chris Toshok <toshok@ximian.com>
* gui/component/Makefile.am: addressbook-config.etspec is gone.
* gui/component/addressbook-config.c: make the sources table be a
gtktreeview instead of an etable.
* gui/component/ldap-config.glade: remove all references to
gnome-hint.png
svn path=/trunk/; revision=19380
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 deffa41835..e103b256e3 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,15 @@ 2003-01-09 Chris Toshok <toshok@ximian.com> + * gui/component/Makefile.am: addressbook-config.etspec is gone. + + * gui/component/addressbook-config.c: make the sources table be a + gtktreeview instead of an etable. + + * gui/component/ldap-config.glade: remove all references to + gnome-hint.png + +2003-01-09 Chris Toshok <toshok@ximian.com> + * gui/widgets/gal-view-minicard.c (column_width_changed): fix parameter types here (this signal isn't generated from an ETable.) |