diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-11 22:15:40 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-11 22:15:40 +0800 |
commit | 730d7da9eb2cc54d9302754887f06f9c996efed7 (patch) | |
tree | 7fd4fd433571533a65e93b01b9a217b32fa5d0d8 /calendar/ChangeLog | |
parent | fff54e119823ba14123eb8273ec9a724eb81500a (diff) | |
download | gsoc2013-evolution-730d7da9eb2cc54d9302754887f06f9c996efed7.tar.gz gsoc2013-evolution-730d7da9eb2cc54d9302754887f06f9c996efed7.tar.zst gsoc2013-evolution-730d7da9eb2cc54d9302754887f06f9c996efed7.zip |
Remove the "Contacts" button and entry from here too. Supposed to have
* gui/dialogs/task-page.glade: Remove the "Contacts" button and
entry from here too. Supposed to have been part of #35926
* gui/dialogs/task-page.c: Remove all code pertaining to the
contacts button
* gui/dialogs/comp-editor-util.c:
* gui/dialogs/comp-editor-util.h: Likewise
* gui/dialogs/Makefile.am (IDL_GENERATED, etc): Remove
select-names stuff, which is no longe rused.
svn path=/trunk/; revision=20816
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e1eefc0c79..e5aff79165 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2003-04-11 Dan Winship <danw@ximian.com> + + * gui/dialogs/task-page.glade: Remove the "Contacts" button and + entry from here too. Supposed to have been part of #35926 + + * gui/dialogs/task-page.c: Remove all code pertaining to the + contacts button + + * gui/dialogs/comp-editor-util.c: + * gui/dialogs/comp-editor-util.h: Likewise + + * gui/dialogs/Makefile.am (IDL_GENERATED, etc): Remove + select-names stuff, which is no longe rused. + 2003-04-11 Rodrigo Moya <rodrigo@ximian.com> * cal-util/cal-util.h: added missing capabilities. |