diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-05-22 21:49:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-05-22 21:49:46 +0800 |
commit | 1896d2aef5ceaa1cbfc0131b42dee2b443b11828 (patch) | |
tree | 21b82853ac3e12cc6f02b3aff6dc643cdf62d3bc /modules/calendar | |
parent | 8e3af3094e48e026cf52c584da50e8b600c4a216 (diff) | |
download | gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar.gz gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar.zst gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.zip |
Fix compiler warnings.
Diffstat (limited to 'modules/calendar')
-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 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; |