From 1896d2aef5ceaa1cbfc0131b42dee2b443b11828 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 22 May 2010 09:49:46 -0400 Subject: Fix compiler warnings. --- modules/calendar/e-cal-shell-backend.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/calendar/e-cal-shell-backend.c') diff --git a/modules/calendar/e-cal-shell-backend.c b/modules/calendar/e-cal-shell-backend.c index d97ad6fde0..e1f682357c 100644 --- a/modules/calendar/e-cal-shell-backend.c +++ b/modules/calendar/e-cal-shell-backend.c @@ -130,6 +130,8 @@ cal_shell_backend_ensure_sources (EShellBackend *shell_backend) base_uri[7] = base_uri_seventh; } + name = _("On This Computer"); + if (on_this_computer != NULL) { GSList *sources, *iter; const gchar *group_base_uri; -- cgit