diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-10-07 02:21:52 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-10-07 02:21:52 +0800 |
commit | 1e5c74f855dca5c1d1a017a7abbce39768e9efef (patch) | |
tree | 160a0738b7a58ff4d6a64decd54d0fcaf685743c /calendar/gui/calendar-config-keys.h | |
parent | 11f58b12100ae5177675ef31d16340b9e435e00a (diff) | |
download | gsoc2013-evolution-1e5c74f855dca5c1d1a017a7abbce39768e9efef.tar.gz gsoc2013-evolution-1e5c74f855dca5c1d1a017a7abbce39768e9efef.tar.zst gsoc2013-evolution-1e5c74f855dca5c1d1a017a7abbce39768e9efef.zip |
Several bug fixes under calendar. Use common shortcut for preview pane.
2005-10-06 Srinivasa Ragavan <sragavan@novell.com>
* calendar/: Several bug fixes under calendar.
* ui/: Use common shortcut for preview pane.
svn path=/trunk/; revision=30497
Diffstat (limited to 'calendar/gui/calendar-config-keys.h')
-rw-r--r-- | calendar/gui/calendar-config-keys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/calendar-config-keys.h b/calendar/gui/calendar-config-keys.h index bb07640b2f..eea70cfbcc 100644 --- a/calendar/gui/calendar-config-keys.h +++ b/calendar/gui/calendar-config-keys.h @@ -47,6 +47,7 @@ G_BEGIN_DECLS #define CALENDAR_CONFIG_VPANE_POS CALENDAR_CONFIG_PREFIX "/display/vpane_position" #define CALENDAR_CONFIG_MONTH_HPANE_POS CALENDAR_CONFIG_PREFIX "/display/month_hpane_position" #define CALENDAR_CONFIG_MONTH_VPANE_POS CALENDAR_CONFIG_PREFIX "/display/month_vpane_position" +#define CALENDAR_CONFIG_TASK_PREVIEW CALENDAR_CONFIG_PREFIX "/display/show_task_preview" #define CALENDAR_CONFIG_TASK_VPANE_POS CALENDAR_CONFIG_PREFIX "/display/task_vpane_position" #define CALENDAR_CONFIG_COMPRESS_WEEKEND CALENDAR_CONFIG_PREFIX "/display/compress_weekend" #define CALENDAR_CONFIG_SHOW_EVENT_END CALENDAR_CONFIG_PREFIX "/display/show_event_end" |