diff options
author | Milan Crha <mcrha@redhat.com> | 2010-09-03 21:15:50 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-09-03 21:17:00 +0800 |
commit | 3eded6b690b5ae23280d45dca88e488012f6727c (patch) | |
tree | 9aac94a2783e17e5e42e422f0cb4f6fb8d814716 /plugins/calendar-file/calendar-file.c | |
parent | af40da7d0ffb40515bc785bf95dbc85f439d35b2 (diff) | |
download | gsoc2013-evolution-3eded6b690b5ae23280d45dca88e488012f6727c.tar.gz gsoc2013-evolution-3eded6b690b5ae23280d45dca88e488012f6727c.tar.zst gsoc2013-evolution-3eded6b690b5ae23280d45dca88e488012f6727c.zip |
Bug #628694 - Customize options for local calendar are missing
Diffstat (limited to 'plugins/calendar-file/calendar-file.c')
-rw-r--r-- | plugins/calendar-file/calendar-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/calendar-file/calendar-file.c b/plugins/calendar-file/calendar-file.c index 7bacfb44a6..d46f1a9dc6 100644 --- a/plugins/calendar-file/calendar-file.c +++ b/plugins/calendar-file/calendar-file.c @@ -106,7 +106,7 @@ e_calendar_file_customs (EPlugin *epl, EConfigHookItemFactoryData *data) guint n_rows; GtkWidget *w1, *w2, *box1, *box2, *mainbox, *maincheck; - if (!e_plugin_util_is_source_proto (source, "file")) + if (!e_plugin_util_is_source_proto (source, "local")) return NULL; relative_uri = e_source_peek_relative_uri (source); |