diff options
author | Chris Toshok <toshok@ximian.com> | 2002-12-19 06:23:45 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-12-19 06:23:45 +0800 |
commit | f38991684d7f25a0305ff383c8956a8b7b1c11ae (patch) | |
tree | d2845b6e8d14e1d88e2a7a981cdca6dc4eb45a19 /addressbook/ChangeLog | |
parent | 0f56ef44c9c24c5bd4b27a537d8b3e686395b2b1 (diff) | |
download | gsoc2013-evolution-f38991684d7f25a0305ff383c8956a8b7b1c11ae.tar.gz gsoc2013-evolution-f38991684d7f25a0305ff383c8956a8b7b1c11ae.tar.zst gsoc2013-evolution-f38991684d7f25a0305ff383c8956a8b7b1c11ae.zip |
convert the clist in here to a GtkTreeView. your guess is as good as mine
2002-12-18 Chris Toshok <toshok@ximian.com>
* gui/component/e-address-popup.c: convert the clist in here to a
GtkTreeView. your guess is as good as mine if it works (i can't
test it at present) but it compiles.
svn path=/trunk/; revision=19162
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 41d4785fdd..e868df8092 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2002-12-18 Chris Toshok <toshok@ximian.com> + * gui/component/e-address-popup.c: convert the clist in here to a + GtkTreeView. your guess is as good as mine if it works (i can't + test it at present) but it compiles. + +2002-12-18 Chris Toshok <toshok@ximian.com> + * gui/widgets/e-addressbook-view.c (jump_to_letters): g_string_sprintfa -> g_string_append_printf. (create_alphabet): same. |