diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-19 09:52:05 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-19 09:52:05 +0800 |
commit | a645910fc85109532fddde2d33a4d172120ef163 (patch) | |
tree | 53629a0a68377dde22edeb92b547ff9ab457fcd7 /addressbook/ChangeLog | |
parent | 36ef28a7595066e225a696a1da68a866eeb3c037 (diff) | |
download | gsoc2013-evolution-a645910fc85109532fddde2d33a4d172120ef163.tar.gz gsoc2013-evolution-a645910fc85109532fddde2d33a4d172120ef163.tar.zst gsoc2013-evolution-a645910fc85109532fddde2d33a4d172120ef163.zip |
show the custom table.
2002-11-18 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names.c
(e_select_names_init): show the custom table.
svn path=/trunk/; revision=18834
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7739837525..95187320fd 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2002-11-18 Chris Toshok <toshok@ximian.com> + * gui/component/select-names/e-select-names.c + (e_select_names_init): show the custom table. + +2002-11-18 Chris Toshok <toshok@ximian.com> + * gui/widgets/gal-view-minicard.c (gal_view_minicard_attach): remove the cast to (int) - column_width is a double. |