diff options
author | Sam Yang <sam.yang@sun.com> | 2006-03-03 21:24:39 +0800 |
---|---|---|
committer | Simon Zheng <simonz@src.gnome.org> | 2006-03-03 21:24:39 +0800 |
commit | 592f7b147ef9546ddea75d7fe71a6950180eceff (patch) | |
tree | c65e391b1660a6393a1fbb578a44fb62615330f5 /calendar/gui/calendar-config.h | |
parent | c7ce7a09d004d290b291ba26310260d27806e6c7 (diff) | |
download | gsoc2013-evolution-592f7b147ef9546ddea75d7fe71a6950180eceff.tar.gz gsoc2013-evolution-592f7b147ef9546ddea75d7fe71a6950180eceff.tar.zst gsoc2013-evolution-592f7b147ef9546ddea75d7fe71a6950180eceff.zip |
Fixes #324560 Request notification of changes to show_task_preview.
2006-03-03 Sam Yang <sam.yang@sun.com>
Fixes #324560
* gui/calendar-config.[ch]:
(calendar_config_add_notification_preview_state): Request
notification of changes to show_task_preview.
* gui/e-tasks.c: (config_preview_state_changed_cb): Callback function.
(setup_config): Send notification request and store connection ID.
svn path=/trunk/; revision=31631
Diffstat (limited to 'calendar/gui/calendar-config.h')
-rw-r--r-- | calendar/gui/calendar-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/calendar-config.h b/calendar/gui/calendar-config.h index e99265e784..4fd1fa4bd4 100644 --- a/calendar/gui/calendar-config.h +++ b/calendar/gui/calendar-config.h @@ -164,6 +164,7 @@ void calendar_config_set_vpane_pos (gint vpane_pos); gboolean calendar_config_get_preview_state (void); void calendar_config_set_preview_state (gboolean state); +guint calendar_config_add_notification_preview_state (GConfClientNotifyFunc func, gpointer data); gint calendar_config_get_month_hpane_pos (void); void calendar_config_set_month_hpane_pos (gint hpane_pos); |