diff options
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r-- | calendar/gui/e-week-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index 69533969d4..f3f1badbae 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -370,7 +370,7 @@ e_week_view_init (EWeekView *week_view) if (!week_view->small_font) week_view->small_font = gdk_font_load (E_WEEK_VIEW_SMALL_FONT_FALLBACK); if (!week_view->small_font) - g_warning ("Couldn't load font"); + week_view->use_small_font = FALSE; /* String to use in 12-hour time format for times in the morning. */ week_view->am_string = _("am"); |