diff options
author | Chris Toshok <toshok@ximian.com> | 2003-02-20 06:59:31 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-02-20 06:59:31 +0800 |
commit | 7dd90d268d8270764d57a1ffffbcbd3ab69fc443 (patch) | |
tree | b05cfe270bdc336098f1260b4cd85c8e18f6eb3a /addressbook/ChangeLog | |
parent | b2222dd5b6cd9487642fd945ffa4f0cb0b172d63 (diff) | |
download | gsoc2013-evolution-7dd90d268d8270764d57a1ffffbcbd3ab69fc443.tar.gz gsoc2013-evolution-7dd90d268d8270764d57a1ffffbcbd3ab69fc443.tar.zst gsoc2013-evolution-7dd90d268d8270764d57a1ffffbcbd3ab69fc443.zip |
[ fix #38074 ] first arg is a GtkWidget. duh.
2003-02-19 Chris Toshok <toshok@ximian.com>
[ fix #38074 ]
* gui/component/e-address-popup.c (add_contacts_cb): first arg is
a GtkWidget. duh.
svn path=/trunk/; revision=19952
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 f00df91bb7..7b52ed6319 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2003-02-19 Chris Toshok <toshok@ximian.com> + + [ fix #38074 ] + * gui/component/e-address-popup.c (add_contacts_cb): first arg is + a GtkWidget. duh. + 2003-02-19 Ettore Perazzoli <ettore@ximian.com> * gui/contact-editor/Makefile.am (INCLUDES): Use $(evolutionuidir) |