diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-10-19 00:26:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-10-19 00:27:13 +0800 |
commit | 5f439e5e625a81145d3ec372cdb5caa654c269cc (patch) | |
tree | 0f648b99b06bddf98f0b0624f3917b0124726b04 /calendar | |
parent | d7c1062d2f4e694ac18a3659b11aa657e6646783 (diff) | |
download | gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar.gz gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar.zst gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.zip |
Trivial little cleanups.
To synchronize with the "wip/gsettings" branch.
Mostly just removing unneeded "gconf-bridge.h" includes.
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/e-calendar-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index e2ecfc10ae..ebaede4257 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -1571,7 +1571,7 @@ e_calendar_view_new_appointment_full (ECalendarView *cal_view, gint time_div = e_calendar_view_get_time_divisions (cal_view); gint hours, mins; - if (!time_div) /* Possible if your gconf values aren't so nice */ + if (!time_div) /* Possible if your settings values aren't so nice */ time_div = 30; if (time_day_begin (now) == time_day_begin (dtstart)) { |