diff options
author | JP Rosevear <jpr@ximian.com> | 2001-06-22 10:40:59 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-06-22 10:40:59 +0800 |
commit | 825502031ff29ed6f5b94a4479ee5be4689ed924 (patch) | |
tree | f72ff32cce2951235afac51d25505690ba86bee2 /calendar/ChangeLog | |
parent | 91341a4d0163f33f1ade2fb2f189c7fa4837a700 (diff) | |
download | gsoc2013-evolution-825502031ff29ed6f5b94a4479ee5be4689ed924.tar gsoc2013-evolution-825502031ff29ed6f5b94a4479ee5be4689ed924.tar.gz gsoc2013-evolution-825502031ff29ed6f5b94a4479ee5be4689ed924.tar.bz2 gsoc2013-evolution-825502031ff29ed6f5b94a4479ee5be4689ed924.tar.lz gsoc2013-evolution-825502031ff29ed6f5b94a4479ee5be4689ed924.tar.xz gsoc2013-evolution-825502031ff29ed6f5b94a4479ee5be4689ed924.tar.zst gsoc2013-evolution-825502031ff29ed6f5b94a4479ee5be4689ed924.zip |
update to new call
2001-06-21 JP Rosevear <jpr@ximian.com>
* gui/main.c (main): update to new call
* gui/e-itip-control.[hc]: break the widget bits out on their own
into a proper object, basic stuff seems to be working again
* gui/itip-control-factory.c: put the control specific bits here
from e-itip-control.c
* gui/itip-control-factory.h: new header
svn path=/trunk/; revision=10389
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4cdcb6fcad..989a227541 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,17 @@ 2001-06-21 JP Rosevear <jpr@ximian.com> + * gui/main.c (main): update to new call + + * gui/e-itip-control.[hc]: break the widget bits out on their own + into a proper object, basic stuff seems to be working again + + * gui/itip-control-factory.c: put the control specific bits here + from e-itip-control.c + + * gui/itip-control-factory.h: new header + +2001-06-21 JP Rosevear <jpr@ximian.com> + * gui/dialogs/Makefile.am (gladedir): add include path * gui/dialogs/comp-editor.c (setup_widgets): remove buttons and |