aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-config-keys.h
diff options
context:
space:
mode:
author8 <jpr@ximian.com>2003-11-19 11:55:31 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-19 11:55:31 +0800
commit28aef9afc71eb2d2606171bbc94d72dfa325ed07 (patch)
tree8e04efa4dc84d2f67f607f7667127a9d45f22633 /calendar/gui/calendar-config-keys.h
parent2fc9309f2aa4bc82ca97b10a4206170c69411754 (diff)
downloadgsoc2013-evolution-28aef9afc71eb2d2606171bbc94d72dfa325ed07.tar
gsoc2013-evolution-28aef9afc71eb2d2606171bbc94d72dfa325ed07.tar.gz
gsoc2013-evolution-28aef9afc71eb2d2606171bbc94d72dfa325ed07.tar.bz2
gsoc2013-evolution-28aef9afc71eb2d2606171bbc94d72dfa325ed07.tar.lz
gsoc2013-evolution-28aef9afc71eb2d2606171bbc94d72dfa325ed07.tar.xz
gsoc2013-evolution-28aef9afc71eb2d2606171bbc94d72dfa325ed07.tar.zst
gsoc2013-evolution-28aef9afc71eb2d2606171bbc94d72dfa325ed07.zip
add protos
2003-11-18 <jpr@ximian.com> * gui/calendar-config.h: add protos * gui/calendar-config.c (calendar_config_get_primary_calendar): get the primary calendar (calendar_config_set_primary_calendar): set it (calendar_config_add_notification_primary_calendar): set notifications for it (calendar_config_get_primary_tasks): get the primary task list (calendar_config_set_primary_tasks): set it (calendar_config_add_notification_primary_tasks): set notifications for it * gui/calendar-config-keys.h: add primary keys * gui/calendar-component.c (find_first_source): find any source (update_uri_for_primary_selection): set the default uri and save the source uid (update_primary_selection): set the primary selection (primary_source_selection_changed_cb): use above (impl_createControls): set the primary selection * gui/tasks-component.c: as above svn path=/trunk/; revision=23434
Diffstat (limited to 'calendar/gui/calendar-config-keys.h')
-rw-r--r--calendar/gui/calendar-config-keys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/calendar-config-keys.h b/calendar/gui/calendar-config-keys.h
index 6d0754db6f..55181d2769 100644
--- a/calendar/gui/calendar-config-keys.h
+++ b/calendar/gui/calendar-config-keys.h
@@ -30,6 +30,7 @@ G_BEGIN_DECLS
/* Display settings */
#define CALENDAR_CONFIG_TIMEZONE CALENDAR_CONFIG_PREFIX "/display/timezone"
#define CALENDAR_CONFIG_SELECTED_CALENDARS CALENDAR_CONFIG_PREFIX "/display/selected_calendars"
+#define CALENDAR_CONFIG_PRIMARY_CALENDAR CALENDAR_CONFIG_PREFIX "/display/primary_calendar"
#define CALENDAR_CONFIG_24HOUR CALENDAR_CONFIG_PREFIX "/display/use_24hour_format"
#define CALENDAR_CONFIG_WEEK_START CALENDAR_CONFIG_PREFIX "/display/week_start_day"
#define CALENDAR_CONFIG_DAY_START_HOUR CALENDAR_CONFIG_PREFIX "/display/day_start_hour"
@@ -53,6 +54,7 @@ G_BEGIN_DECLS
/* Task display settings */
#define CALENDAR_CONFIG_TASKS_SELECTED_TASKS CALENDAR_CONFIG_PREFIX "/tasks/selected_tasks"
+#define CALENDAR_CONFIG_PRIMARY_TASKS CALENDAR_CONFIG_PREFIX "/display/primary_tasks"
#define CALENDAR_CONFIG_TASKS_HIDE_COMPLETED CALENDAR_CONFIG_PREFIX "/tasks/hide_completed"
#define CALENDAR_CONFIG_TASKS_HIDE_COMPLETED_UNITS CALENDAR_CONFIG_PREFIX "/tasks/hide_completed_units"
#define CALENDAR_CONFIG_TASKS_HIDE_COMPLETED_VALUE CALENDAR_CONFIG_PREFIX "/tasks/hide_completed_value"