diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-20 18:30:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-20 18:38:34 +0800 |
commit | f7e7fe3b99c47fefb2fb3cc4350ace5eb77a8b5f (patch) | |
tree | c4ce0b4804b5f9da667b50ac58f9a010cba3b808 /modules | |
parent | a4a310d49f49c05c9e52c35177e7dcb03aa9781f (diff) | |
download | gsoc2013-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.c | 2 |
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; |