aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-details-page.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-06-05 03:46:35 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-06-05 03:46:35 +0800
commit342de51c7d93f94c9b19444547cac2a5f6441c2f (patch)
tree85808db46317dc792788533ca85316f10fb486ce /calendar/gui/dialogs/task-details-page.h
parent7e9b55a30e8e6b76da4f6727606cb8e29afcc7d6 (diff)
downloadgsoc2013-evolution-342de51c7d93f94c9b19444547cac2a5f6441c2f.tar
gsoc2013-evolution-342de51c7d93f94c9b19444547cac2a5f6441c2f.tar.gz
gsoc2013-evolution-342de51c7d93f94c9b19444547cac2a5f6441c2f.tar.bz2
gsoc2013-evolution-342de51c7d93f94c9b19444547cac2a5f6441c2f.tar.lz
gsoc2013-evolution-342de51c7d93f94c9b19444547cac2a5f6441c2f.tar.xz
gsoc2013-evolution-342de51c7d93f94c9b19444547cac2a5f6441c2f.tar.zst
gsoc2013-evolution-342de51c7d93f94c9b19444547cac2a5f6441c2f.zip
update the blocked/selected days if the starting day of the appointment
2001-06-04 JP Rosevear <jpr@ximian.com> * gui/dialogs/recurrence-page.c (recurrence_page_set_dates): update the blocked/selected days if the starting day of the appointment changes, fixes #2188 * gui/dialogs/task-details-page.h: tidy proto svn path=/trunk/; revision=10113
Diffstat (limited to 'calendar/gui/dialogs/task-details-page.h')
-rw-r--r--calendar/gui/dialogs/task-details-page.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/task-details-page.h b/calendar/gui/dialogs/task-details-page.h
index d285eb9cc0..555e7d162d 100644
--- a/calendar/gui/dialogs/task-details-page.h
+++ b/calendar/gui/dialogs/task-details-page.h
@@ -52,7 +52,7 @@ typedef struct {
GtkType task_details_page_get_type (void);
-TaskDetailsPage *task_details_page_construct (TaskDetailsPage *epage);
+TaskDetailsPage *task_details_page_construct (TaskDetailsPage *tdpage);
TaskDetailsPage *task_details_page_new (void);