From cd76c782bdfdae2efec7ff718fcc85c5559862c2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 7 Jul 2013 11:25:07 -0400 Subject: Miscellaneous cleanups. --- calendar/alarm-notify/alarm-queue.c | 6 +++--- calendar/gui/dialogs/alarm-dialog.c | 8 ++++---- calendar/gui/dialogs/task-page.c | 14 +++++++------- calendar/gui/e-cal-list-view.c | 10 +++++----- calendar/gui/e-calendar-view.c | 4 ++-- 5 files changed, 21 insertions(+), 21 deletions(-) (limited to 'calendar') diff --git a/calendar/alarm-notify/alarm-queue.c b/calendar/alarm-notify/alarm-queue.c index 93dfed9d64..87b6e92e19 100644 --- a/calendar/alarm-notify/alarm-queue.c +++ b/calendar/alarm-notify/alarm-queue.c @@ -1595,9 +1595,9 @@ tray_list_add_new (TrayIconData *data) static void alarm_queue_get_alarm_summary (ECalComponent *comp, - const ECalComponentAlarmInstance *instance, - ECalComponentText *text, - ECalComponentAlarm **palarm) + const ECalComponentAlarmInstance *instance, + ECalComponentText *text, + ECalComponentAlarm **palarm) { g_return_if_fail (comp != NULL); g_return_if_fail (instance != NULL); diff --git a/calendar/gui/dialogs/alarm-dialog.c b/calendar/gui/dialogs/alarm-dialog.c index a51fadef5f..a1c73b43c6 100644 --- a/calendar/gui/dialogs/alarm-dialog.c +++ b/calendar/gui/dialogs/alarm-dialog.c @@ -184,9 +184,9 @@ clear_widgets (Dialog *dialog) static void populate_relative_time_combobox_widget (GtkWidget *combobox, - ECalClient *cal_client, - const gint *map, - gint prop) + ECalClient *cal_client, + const gint *map, + gint prop) { GtkTreeModel *model; GtkTreeIter iter; @@ -817,7 +817,7 @@ dialog_to_alarm (Dialog *dialog) static void build_combobox_widget (GtkWidget *combobox, - const gchar *actions[]) + const gchar *actions[]) { GtkComboBox *combo = GTK_COMBO_BOX (combobox); GtkCellRenderer *cell; 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; diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c index 844ce26480..b4bf105a7b 100644 --- a/calendar/gui/e-cal-list-view.c +++ b/calendar/gui/e-cal-list-view.c @@ -74,9 +74,9 @@ G_DEFINE_TYPE (ECalListView, e_cal_list_view, E_TYPE_CALENDAR_VIEW) static void e_cal_list_view_get_property (GObject *object, - guint property_id, - GValue *value, - GParamSpec *pspec) + guint property_id, + GValue *value, + GParamSpec *pspec) { ECalListView *eclv = E_CAL_LIST_VIEW (object); @@ -152,8 +152,8 @@ get_current_time_cb (ECellDateEdit *ecde, static void e_cal_list_view_table_editing_changed_cb (ETable *table, - GParamSpec *param, - ECalListView *eclv) + GParamSpec *param, + ECalListView *eclv) { g_return_if_fail (E_IS_CAL_LIST_VIEW (eclv)); diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index 54df73aac3..93734c9347 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -2375,8 +2375,8 @@ e_calendar_view_is_editing (ECalendarView *cal_view) g_return_val_if_fail (E_IS_CALENDAR_VIEW (cal_view), FALSE); /* this should be called from the main thread only, - and each descendant overrides the property, - thus might cause no call recursion */ + * and each descendant overrides the property, + * thus might cause no call recursion */ if (in) { g_warn_if_reached (); return FALSE; -- cgit v1.2.3