diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-11-24 18:13:24 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-11-24 18:13:24 +0800 |
commit | f8bb752e44d08b9975931fa7edb6d49da95df96f (patch) | |
tree | d6f9b7c12bc5eb492cccc8b17d6ff4361517a93d /calendar/ChangeLog | |
parent | 1496e35c9cd57e31eb58a1fa6792d60b842bf941 (diff) | |
download | gsoc2013-evolution-f8bb752e44d08b9975931fa7edb6d49da95df96f.tar.gz gsoc2013-evolution-f8bb752e44d08b9975931fa7edb6d49da95df96f.tar.zst gsoc2013-evolution-f8bb752e44d08b9975931fa7edb6d49da95df96f.zip |
new files containing the implementation of the 'New Task List' dialog.
2003-11-24 Rodrigo Moya <rodrigo@ximian.com>
* gui/dialogs/new-task-list.glade:
* gui/dialogs/new-task-list.[ch]: new files containing the
implementation of the 'New Task List' dialog.
* gui/dialogs/Makefile.am: added new files.
* gui/dialogs/new-calendar.c (new_calendar_dialog): use G_STRLOC
for g_warning messages.
* gui/tasks-component.c (new_task_list_cb): implemented.
svn path=/trunk/; revision=23478
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a580641a17..b0de5f4a00 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,18 @@ 2003-11-24 Rodrigo Moya <rodrigo@ximian.com> + * gui/dialogs/new-task-list.glade: + * gui/dialogs/new-task-list.[ch]: new files containing the + implementation of the 'New Task List' dialog. + + * gui/dialogs/Makefile.am: added new files. + + * gui/dialogs/new-calendar.c (new_calendar_dialog): use G_STRLOC + for g_warning messages. + + * gui/tasks-component.c (new_task_list_cb): implemented. + +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. |