From 675cc414bdbeb9b83a2ff5add57b7abe9545f9dd Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Thu, 15 Apr 2004 04:53:02 +0000 Subject: fix missing parameters, wow that was a mess. 2004-04-14 Larry Ewing * gui/calendar-component.c (selector_tree_drag_motion): fix missing parameters, wow that was a mess. * gui/dialogs/calendar-setup.glade: add the new "new" dialogs, remove the old druids. * gui/dialogs/calendar-setup.c (calendar_setup_new_calendar): use the new dialogs, colors are still not functional. (calendar_setup_new_task_list): use the new dialogs, with no colors. svn path=/trunk/; revision=25474 --- calendar/gui/calendar-component.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'calendar/gui/calendar-component.c') diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 828c751fe4..50eadcc55a 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -637,7 +637,9 @@ static gboolean selector_tree_drag_motion (GtkWidget *widget, GdkDragContext *context, int x, - int y) + int y, + guint time, + gpointer user_data) { GtkTreePath *path = NULL; gpointer data = NULL; -- cgit v1.2.3