aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/tasks-component.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-11-24 18:13:24 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-11-24 18:13:24 +0800
commitf8bb752e44d08b9975931fa7edb6d49da95df96f (patch)
treed6f9b7c12bc5eb492cccc8b17d6ff4361517a93d /calendar/gui/tasks-component.c
parent1496e35c9cd57e31eb58a1fa6792d60b842bf941 (diff)
downloadgsoc2013-evolution-f8bb752e44d08b9975931fa7edb6d49da95df96f.tar
gsoc2013-evolution-f8bb752e44d08b9975931fa7edb6d49da95df96f.tar.gz
gsoc2013-evolution-f8bb752e44d08b9975931fa7edb6d49da95df96f.tar.bz2
gsoc2013-evolution-f8bb752e44d08b9975931fa7edb6d49da95df96f.tar.lz
gsoc2013-evolution-f8bb752e44d08b9975931fa7edb6d49da95df96f.tar.xz
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/gui/tasks-component.c')
-rw-r--r--calendar/gui/tasks-component.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/tasks-component.c b/calendar/gui/tasks-component.c
index 5946bd2cfe..0045c66848 100644
--- a/calendar/gui/tasks-component.c
+++ b/calendar/gui/tasks-component.c
@@ -41,6 +41,7 @@
#include "calendar-config.h"
#include "dialogs/comp-editor.h"
#include "dialogs/copy-source-dialog.h"
+#include "dialogs/new-task-list.h"
#include "dialogs/task-editor.h"
#include "widgets/misc/e-source-selector.h"
@@ -351,6 +352,7 @@ delete_task_list_cb (GtkWidget *widget, TasksComponent *comp)
static void
new_task_list_cb (GtkWidget *widget, TasksComponent *component)
{
+ new_task_list_dialog (GTK_WINDOW (gtk_widget_get_toplevel (widget)));
}
static void