[nautilus-actions] Reset the 'keep_mode' flag on Cancel



commit 4c8319f1bf5c914492304b5356d6de09533dea25
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Oct 15 19:20:28 2009 +0200

    Reset the 'keep_mode' flag on Cancel

 src/nact/nact-assistant-import-ask.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/nact/nact-assistant-import-ask.c b/src/nact/nact-assistant-import-ask.c
index d5b50bc..f8206d3 100644
--- a/src/nact/nact-assistant-import-ask.c
+++ b/src/nact/nact-assistant-import-ask.c
@@ -456,6 +456,7 @@ base_dialog_response( GtkDialog *dialog, gint code, BaseWindow *window )
 		case GTK_RESPONSE_CANCEL:
 
 			editor->private->mode = IPREFS_IMPORT_NO_IMPORT;
+			editor->private->keep_mode = FALSE;
 			return( TRUE );
 			break;
 



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