From 6480444d706ddc079bf472a4ef74be31b4e3b954 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 18 Aug 2012 08:56:12 -0400 Subject: action_memo_list_delete_cb(): Fix typo. --- modules/calendar/e-memo-shell-view-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/calendar') diff --git a/modules/calendar/e-memo-shell-view-actions.c b/modules/calendar/e-memo-shell-view-actions.c index 4a433a6f88..1550afeae8 100644 --- a/modules/calendar/e-memo-shell-view-actions.c +++ b/modules/calendar/e-memo-shell-view-actions.c @@ -178,7 +178,7 @@ action_memo_list_delete_cb (GtkAction *action, "calendar:prompt-delete-memo-list", e_source_get_display_name (source), NULL); - if (response != GTK_RESPONSE_YES) + if (response == GTK_RESPONSE_YES) e_shell_view_remove_source (shell_view, source); } -- cgit v1.2.3