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/e-cal-list-view.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/e-cal-list-view.c')
-rw-r--r-- | calendar/gui/e-cal-list-view.c | 10 |
1 files changed, 5 insertions, 5 deletions
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)); |