aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/calendar/e-cal-shell-backend.c')
-rw-r--r--modules/calendar/e-cal-shell-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-backend.c b/modules/calendar/e-cal-shell-backend.c
index 2a1edb96d2..36af9fd827 100644
--- a/modules/calendar/e-cal-shell-backend.c
+++ b/modules/calendar/e-cal-shell-backend.c
@@ -910,7 +910,7 @@ e_cal_shell_backend_get_selected_calendars (ECalShellBackend *cal_shell_backend)
E_IS_CAL_SHELL_BACKEND (cal_shell_backend), NULL);
settings = g_settings_new ("org.gnome.evolution.calendar");
- selected_calendars = g_settings_get_strv (settings, "selected-calendars");
+ strv = g_settings_get_strv (settings, "selected-calendars");
g_object_unref (settings);
if (strv != NULL) {