aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-config.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-07-29 01:56:11 +0800
committerMilan Crha <mcrha@redhat.com>2009-07-29 01:57:34 +0800
commit135b14779eed39d6f4373212ba6ebf0683e5a6dc (patch)
tree3e8547cbb1c7fa15b5c42ae712620c3fe24c12c7 /calendar/gui/calendar-config.h
parentb4ede9dea9df3e698536f224c6c3e515ab63fc24 (diff)
downloadgsoc2013-evolution-135b14779eed39d6f4373212ba6ebf0683e5a6dc.tar
gsoc2013-evolution-135b14779eed39d6f4373212ba6ebf0683e5a6dc.tar.gz
gsoc2013-evolution-135b14779eed39d6f4373212ba6ebf0683e5a6dc.tar.bz2
gsoc2013-evolution-135b14779eed39d6f4373212ba6ebf0683e5a6dc.tar.lz
gsoc2013-evolution-135b14779eed39d6f4373212ba6ebf0683e5a6dc.tar.xz
gsoc2013-evolution-135b14779eed39d6f4373212ba6ebf0683e5a6dc.tar.zst
gsoc2013-evolution-135b14779eed39d6f4373212ba6ebf0683e5a6dc.zip
Bug #314599 - Recurrence Tab Should Not Default To Forever
Diffstat (limited to 'calendar/gui/calendar-config.h')
-rw-r--r--calendar/gui/calendar-config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/calendar-config.h b/calendar/gui/calendar-config.h
index a009ed73d7..bbee7e6da1 100644
--- a/calendar/gui/calendar-config.h
+++ b/calendar/gui/calendar-config.h
@@ -277,4 +277,7 @@ gboolean calendar_config_get_month_scroll_by_week (void);
void calendar_config_set_month_scroll_by_week (gboolean value);
guint calendar_config_add_notification_month_scroll_by_week (GConfClientNotifyFunc func, gpointer data);
+/* default count for recurring events */
+gint calendar_config_get_default_count (void);
+
#endif /* _CALENDAR_CONFIG_H_ */