diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-11-24 08:53:52 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-11-24 08:53:52 +0800 |
commit | 0fd65e2272f5db6399c76819c9b753251410881a (patch) | |
tree | 339b370a65882611aa0b7bc5a66ba9e4a002ee72 /calendar/ChangeLog | |
parent | ff31ff3b84015b5d5b164aa7a64966fbf5c7b368 (diff) | |
download | gsoc2013-evolution-0fd65e2272f5db6399c76819c9b753251410881a.tar gsoc2013-evolution-0fd65e2272f5db6399c76819c9b753251410881a.tar.gz gsoc2013-evolution-0fd65e2272f5db6399c76819c9b753251410881a.tar.bz2 gsoc2013-evolution-0fd65e2272f5db6399c76819c9b753251410881a.tar.lz gsoc2013-evolution-0fd65e2272f5db6399c76819c9b753251410881a.tar.xz gsoc2013-evolution-0fd65e2272f5db6399c76819c9b753251410881a.tar.zst gsoc2013-evolution-0fd65e2272f5db6399c76819c9b753251410881a.zip |
actually add the source selector to the dialog's box.
2003-11-24 Rodrigo Moya <rodrigo@ximian.com>
* gui/dialogs/copy-source-dialog.c (copy_source_dialog): actually
add the source selector to the dialog's box.
svn path=/trunk/; revision=23475
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index fd680e90dd..a580641a17 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,7 +1,12 @@ +2003-11-24 Rodrigo Moya <rodrigo@ximian.com> + + * gui/dialogs/copy-source-dialog.c (copy_source_dialog): actually + add the source selector to the dialog's box. + 2003-11-23 Rodrigo Moya <rodrigo@ximian.com> * gui/tasks-component.c: - * gui/dialogs/copy-dialog-source.[ch]: fixed compilation errors. + * gui/dialogs/copy-source-dialog.[ch]: fixed compilation errors. * gui/dialogs/Makefile.am: added missing header directories. |