diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-09 13:13:35 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-09 13:13:35 +0800 |
commit | 44628427f8c59beebd83979376cb87d64fd7da83 (patch) | |
tree | 5184544b100957c49601f22334bbf1e589bf7792 /addressbook/ChangeLog | |
parent | 37f85438b274e6285335f8484031f06522ce1fe2 (diff) | |
download | gsoc2013-evolution-44628427f8c59beebd83979376cb87d64fd7da83.tar gsoc2013-evolution-44628427f8c59beebd83979376cb87d64fd7da83.tar.gz gsoc2013-evolution-44628427f8c59beebd83979376cb87d64fd7da83.tar.bz2 gsoc2013-evolution-44628427f8c59beebd83979376cb87d64fd7da83.tar.lz gsoc2013-evolution-44628427f8c59beebd83979376cb87d64fd7da83.tar.xz gsoc2013-evolution-44628427f8c59beebd83979376cb87d64fd7da83.tar.zst gsoc2013-evolution-44628427f8c59beebd83979376cb87d64fd7da83.zip |
Changed e_popup_menu_run call to match the new arguments.
2000-08-09 Christopher James Lahey <clahey@helixcode.com>
* gui/component/addressbook.c, gui/minicard/e-minicard.c: Changed
e_popup_menu_run call to match the new arguments.
* gui/component/addressbook.oafinfo: Fixed this file to work
properly.
* gui/minicard/e-minicard-control.c: Use the correct oafinfo ID
here. Also cleaned up the code a bit with the help of Michael
Meeks.
svn path=/trunk/; revision=4627
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 5beb02afaf..d66ff16cfc 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2000-08-09 Christopher James Lahey <clahey@helixcode.com> + + * gui/component/addressbook.c, gui/minicard/e-minicard.c: Changed + e_popup_menu_run call to match the new arguments. + + * gui/component/addressbook.oafinfo: Fixed this file to work + properly. + + * gui/minicard/e-minicard-control.c: Use the correct oafinfo ID + here. Also cleaned up the code a bit with the help of Michael + Meeks. + 2000-08-08 Chris Toshok <toshok@helixcode.com> * gui/component/e-addressbook-model.c (e_addressbook_model_init): |