aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/dialogs/task-page.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index cfcb32e899..e0c55a9b7f 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-20 Andre Klapper <a9016009@gmx.de>
+ * gui/dialogs/task-page.c (field_changed_cb):
+ Removed wrong parameter to be able compile again.
+
2006-01-17 Johnny Jacob <johnnyjacob@gmail.com>
* gui/dialogs/event-page.c (edit_button_cb): Added.
diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c
index 5425781650..11c55a7dc7 100644
--- a/calendar/gui/dialogs/task-page.c
+++ b/calendar/gui/dialogs/task-page.c
@@ -1622,7 +1622,7 @@ field_changed_cb (GtkWidget *widget, gpointer data)
priv = tpage->priv;
if (!priv->updating)
- comp_editor_page_notify_changed (COMP_EDITOR_PAGE (tpage), 0);
+ comp_editor_page_notify_changed (COMP_EDITOR_PAGE (tpage));
}
static void