From de85e3c7862100da10fe860aef2b651245a1fdbf Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 1 Aug 2009 07:29:41 -0400 Subject: Replace more "config" classes with property bindings. --- modules/calendar/e-task-shell-view-actions.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/calendar/e-task-shell-view-actions.c') diff --git a/modules/calendar/e-task-shell-view-actions.c b/modules/calendar/e-task-shell-view-actions.c index 4deed9fdf0..eea80b77c6 100644 --- a/modules/calendar/e-task-shell-view-actions.c +++ b/modules/calendar/e-task-shell-view-actions.c @@ -579,7 +579,7 @@ action_task_purge_cb (GtkAction *action, shell_view = E_SHELL_VIEW (task_shell_view); shell_window = e_shell_view_get_shell_window (shell_view); - if (!calendar_config_get_confirm_purge ()) + if (!e_task_shell_view_get_confirm_purge (task_shell_view)) goto purge; /* XXX This needs reworked. The dialog looks like ass. */ @@ -608,11 +608,11 @@ action_task_purge_cb (GtkAction *action, return; if (active) - calendar_config_set_confirm_purge (FALSE); + e_task_shell_view_set_confirm_purge (task_shell_view, FALSE); purge: - /* FIXME */ + /* FIXME KILL-BONOBO */ ; } -- cgit v1.2.3