diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-03 14:13:33 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-03 14:13:33 +0800 |
commit | 7277cf7ff4d63475c1f25ba6546950dc49284c46 (patch) | |
tree | c7d06612d22fd300bca159b72e8bbc81c8426573 /addressbook/ChangeLog | |
parent | d2af55db1a8119fbcdfdc262db76d78bcd282819 (diff) | |
download | gsoc2013-evolution-7277cf7ff4d63475c1f25ba6546950dc49284c46.tar.gz gsoc2013-evolution-7277cf7ff4d63475c1f25ba6546950dc49284c46.tar.zst gsoc2013-evolution-7277cf7ff4d63475c1f25ba6546950dc49284c46.zip |
change all this around so that we populate the existing popup. This means
2003-04-02 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-popup.c: change all
this around so that we populate the existing popup. This means we
get the select names popup stuff on top of the normal EEntry popup
foo.
* gui/component/select-names/e-select-names-popup.h
(e_select_names_populate_popup): rename e_select_names_popup to
this.
* gui/component/select-names/e-select-names-manager.c
(populate_popup_cb): rename popup_cb here, and
e_select_names_popup -> e_select_names_populate_popup.
(e_select_names_manager_entry_new): popup -> populate_popup.
svn path=/trunk/; revision=20654
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a5aa7c020b..90e6639577 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,21 @@ 2003-04-02 Chris Toshok <toshok@ximian.com> + * gui/component/select-names/e-select-names-popup.c: change all + this around so that we populate the existing popup. This means we + get the select names popup stuff on top of the normal EEntry popup + foo. + + * gui/component/select-names/e-select-names-popup.h + (e_select_names_populate_popup): rename e_select_names_popup to + this. + + * gui/component/select-names/e-select-names-manager.c + (populate_popup_cb): rename popup_cb here, and + e_select_names_popup -> e_select_names_populate_popup. + (e_select_names_manager_entry_new): popup -> populate_popup. + +2003-04-02 Chris Toshok <toshok@ximian.com> + * gui/widgets/e-addressbook-marshal.list: add NONE:OBJECT * gui/widgets/e-minicard.c (e_minicard_class_init): add style_set |