diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-04 00:37:22 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-04 00:37:22 +0800 |
commit | 4d8aef368f8eb4d518741a20c4ae6fc113f2545d (patch) | |
tree | 9c122139171505d19f55a1784ceeb62944994b97 /calendar/gui/calendar-config-keys.h | |
parent | 5b7662b8c7a5e988c74ad142d7e5f63aee4085fa (diff) | |
download | gsoc2013-evolution-4d8aef368f8eb4d518741a20c4ae6fc113f2545d.tar.gz gsoc2013-evolution-4d8aef368f8eb4d518741a20c4ae6fc113f2545d.tar.zst gsoc2013-evolution-4d8aef368f8eb4d518741a20c4ae6fc113f2545d.zip |
cast the parent (impl_createControls): add notification for primary tasks
2003-12-03 JP Rosevear <jpr@ximian.com>
* gui/tasks-component.c (rename_task_list_cb): cast the parent
(impl_createControls): add notification for primary tasks
(config_primary_selection_changed_cb): handle primary selection
changing in gconf
* gui/calendar-config-keys.h: fix config key for primary tasks
svn path=/trunk/; revision=23605
Diffstat (limited to 'calendar/gui/calendar-config-keys.h')
-rw-r--r-- | calendar/gui/calendar-config-keys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-config-keys.h b/calendar/gui/calendar-config-keys.h index 55181d2769..ebe16b6539 100644 --- a/calendar/gui/calendar-config-keys.h +++ b/calendar/gui/calendar-config-keys.h @@ -54,7 +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_PRIMARY_TASKS CALENDAR_CONFIG_PREFIX "/tasks/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" |