[evolution] action_memo_list_delete_cb(): Fix typo.



commit 6480444d706ddc079bf472a4ef74be31b4e3b954
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Aug 18 08:56:12 2012 -0400

    action_memo_list_delete_cb(): Fix typo.

 modules/calendar/e-memo-shell-view-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/calendar/e-memo-shell-view-actions.c b/modules/calendar/e-memo-shell-view-actions.c
index 4a433a6..1550afe 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);
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]