diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 22:45:36 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 22:45:36 -0600 |
commit | 154354ac577a3b05f2b3acc70a0772683f855e08 (patch) | |
tree | 4074248d57ed62dbc03af493aa14b7c13d47391b /src/datetime-service.c | |
parent | a8b050e02aa67130b900d78d0162e69a7e2d2d3e (diff) | |
parent | ab979ed1516e087eda9e108d4147c3c395f0ca28 (diff) | |
download | ayatana-indicator-datetime-154354ac577a3b05f2b3acc70a0772683f855e08.tar.gz ayatana-indicator-datetime-154354ac577a3b05f2b3acc70a0772683f855e08.tar.bz2 ayatana-indicator-datetime-154354ac577a3b05f2b3acc70a0772683f855e08.zip |
Make showing the calendar into a property in the indicator
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 6f38004..3a0a3f0 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -336,8 +336,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) { |