diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-11-24 08:09:07 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-11-24 08:09:07 +0800 |
commit | 8cd8035af10d3d1c8f86e206ad9ad7dce5eca4a2 (patch) | |
tree | 2e4901d947c471cec3a0e4737b965edd5fb72020 | |
parent | f05c55fadc3b71b840fd79a4ef8d32309c82b935 (diff) | |
download | gsoc2013-evolution-8cd8035af10d3d1c8f86e206ad9ad7dce5eca4a2.tar gsoc2013-evolution-8cd8035af10d3d1c8f86e206ad9ad7dce5eca4a2.tar.gz gsoc2013-evolution-8cd8035af10d3d1c8f86e206ad9ad7dce5eca4a2.tar.bz2 gsoc2013-evolution-8cd8035af10d3d1c8f86e206ad9ad7dce5eca4a2.tar.lz gsoc2013-evolution-8cd8035af10d3d1c8f86e206ad9ad7dce5eca4a2.tar.xz gsoc2013-evolution-8cd8035af10d3d1c8f86e206ad9ad7dce5eca4a2.tar.zst gsoc2013-evolution-8cd8035af10d3d1c8f86e206ad9ad7dce5eca4a2.zip |
fixed compilation errors.
2003-11-23 Rodrigo Moya <rodrigo@ximian.com>
* gui/tasks-component.c:
* gui/dialogs/copy-dialog-source.[ch]: fixed compilation errors.
svn path=/trunk/; revision=23473
-rw-r--r-- | calendar/ChangeLog | 1 | ||||
-rw-r--r-- | calendar/gui/tasks-component.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7c0142aa3b..fd680e90dd 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,6 @@ 2003-11-23 Rodrigo Moya <rodrigo@ximian.com> + * gui/tasks-component.c: * gui/dialogs/copy-dialog-source.[ch]: fixed compilation errors. * gui/dialogs/Makefile.am: added missing header directories. diff --git a/calendar/gui/tasks-component.c b/calendar/gui/tasks-component.c index 59dcb14337..5946bd2cfe 100644 --- a/calendar/gui/tasks-component.c +++ b/calendar/gui/tasks-component.c @@ -310,7 +310,7 @@ copy_task_list_cb (GtkWidget *widget, TasksComponent *comp) if (!selected_source) return; - copy_source_dialog (GTK_WINDOW (gtk_widget_get_toplevel (widget), selected_source, CALOBJ_TYPE_TODO); + copy_source_dialog (GTK_WINDOW (gtk_widget_get_toplevel (widget)), selected_source, CALOBJ_TYPE_TODO); } static void |