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