aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-06-20 18:30:49 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-06-20 18:38:34 +0800
commitf7e7fe3b99c47fefb2fb3cc4350ace5eb77a8b5f (patch)
treec4ce0b4804b5f9da667b50ac58f9a010cba3b808 /modules
parenta4a310d49f49c05c9e52c35177e7dcb03aa9781f (diff)
downloadgsoc2013-evolution-f7e7fe3b99c47fefb2fb3cc4350ace5eb77a8b5f.tar.gz
gsoc2013-evolution-f7e7fe3b99c47fefb2fb3cc4350ace5eb77a8b5f.tar.zst
gsoc2013-evolution-f7e7fe3b99c47fefb2fb3cc4350ace5eb77a8b5f.zip
Fix compiler warnings.
Diffstat (limited to 'modules')
-rw-r--r--modules/calendar/e-cal-shell-backend.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/calendar/e-cal-shell-backend.c b/modules/calendar/e-cal-shell-backend.c
index 5e6f390189..f798668725 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;