diff options
Diffstat (limited to 'src/datetime-service.c')
-rw-r--r-- | src/datetime-service.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c index 13dc057..e51fc4a 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -338,8 +338,6 @@ static gboolean check_for_calendar (gpointer user_data) { g_return_val_if_fail (calendar != NULL, FALSE); - - if (!g_settings_get_boolean(conf, SETTINGS_SHOW_CALENDAR_S)) return FALSE; gchar *evo = g_find_program_in_path("evolution"); if (evo != NULL) { |