diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-07 23:25:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-07 23:39:47 +0800 |
commit | cd76c782bdfdae2efec7ff718fcc85c5559862c2 (patch) | |
tree | 1ca61d6c8c2a8a8496e38bc02656b87d536e940b /calendar/gui/dialogs/task-page.c | |
parent | 90cacf75ddd1eee547777935158674569417c684 (diff) | |
download | gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.gz gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.bz2 gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.lz gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.xz gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.zst gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.zip |
Miscellaneous cleanups.
Diffstat (limited to 'calendar/gui/dialogs/task-page.c')
-rw-r--r-- | calendar/gui/dialogs/task-page.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c index 7971bfbe2c..b1f68d3381 100644 --- a/calendar/gui/dialogs/task-page.c +++ b/calendar/gui/dialogs/task-page.c @@ -2206,7 +2206,7 @@ complete_date_changed (TaskPage *tpage, static void completed_date_changed_cb (EDateEdit *dedit, - TaskPage *tpage) + TaskPage *tpage) { TaskPagePrivate *priv = tpage->priv; CompEditorPageDates dates = {NULL, NULL, NULL, NULL}; @@ -2351,9 +2351,9 @@ percent_complete_changed (GtkAdjustment *adj, static gboolean task_page_transform_classification_to_combo (GBinding *binding, - const GValue *source_value, - GValue *target_value, - gpointer user_data) + const GValue *source_value, + GValue *target_value, + gpointer user_data) { gint action_value; @@ -2368,9 +2368,9 @@ task_page_transform_classification_to_combo (GBinding *binding, static gboolean task_page_transform_classification_from_combo (GBinding *binding, - const GValue *source_value, - GValue *target_value, - gpointer user_data) + const GValue *source_value, + GValue *target_value, + gpointer user_data) { gint combo_value; |