aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-10-19 00:26:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-10-19 00:27:13 +0800
commit5f439e5e625a81145d3ec372cdb5caa654c269cc (patch)
tree0f648b99b06bddf98f0b0624f3917b0124726b04 /calendar
parentd7c1062d2f4e694ac18a3659b11aa657e6646783 (diff)
downloadgsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar
gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar.gz
gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar.bz2
gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar.lz
gsoc2013-evolution-5f439e5e625a81145d3ec372cdb5caa654c269cc.tar.xz
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.c2
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)) {