From 5f439e5e625a81145d3ec372cdb5caa654c269cc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 18 Oct 2011 12:26:00 -0400 Subject: Trivial little cleanups. To synchronize with the "wip/gsettings" branch. Mostly just removing unneeded "gconf-bridge.h" includes. --- calendar/gui/e-calendar-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') 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)) { -- cgit v1.2.3