diff options
author | Milan Crha <mcrha@redhat.com> | 2009-05-04 22:31:12 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-05-04 22:31:12 +0800 |
commit | b73ed1d9ffd6975d94638364b6a7fcd7f29a6c23 (patch) | |
tree | 8d4629a4e1e88fbd807e115667bcad514e81c378 /plugins/publish-calendar/url-editor-dialog.h | |
parent | 62085ae755dcd578448ffb35be6cb911c58a89e7 (diff) | |
download | gsoc2013-evolution-b73ed1d9ffd6975d94638364b6a7fcd7f29a6c23.tar gsoc2013-evolution-b73ed1d9ffd6975d94638364b6a7fcd7f29a6c23.tar.gz gsoc2013-evolution-b73ed1d9ffd6975d94638364b6a7fcd7f29a6c23.tar.bz2 gsoc2013-evolution-b73ed1d9ffd6975d94638364b6a7fcd7f29a6c23.tar.lz gsoc2013-evolution-b73ed1d9ffd6975d94638364b6a7fcd7f29a6c23.tar.xz gsoc2013-evolution-b73ed1d9ffd6975d94638364b6a7fcd7f29a6c23.tar.zst gsoc2013-evolution-b73ed1d9ffd6975d94638364b6a7fcd7f29a6c23.zip |
BUGFIX: 547414 - Publish Free/Busy calendar for configurable time
Allow user define time duration for the Free/Busy calendar information
in the publish-calendar plugin.
Diffstat (limited to 'plugins/publish-calendar/url-editor-dialog.h')
-rw-r--r-- | plugins/publish-calendar/url-editor-dialog.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/publish-calendar/url-editor-dialog.h b/plugins/publish-calendar/url-editor-dialog.h index 2d985e90e5..3a85fc895e 100644 --- a/plugins/publish-calendar/url-editor-dialog.h +++ b/plugins/publish-calendar/url-editor-dialog.h @@ -64,8 +64,11 @@ struct _UrlEditorDialog { GladeXML *gui; - GtkWidget *publish_frequency; GtkWidget *type_selector; + GtkWidget *fb_duration_label; + GtkWidget *fb_duration_spin; + GtkWidget *fb_duration_combo; + GtkWidget *publish_frequency; GtkWidget *events_swin; |