[file-roller] reset the password after an error



commit ae00fbc0e64ccd26c88e9d73161abf3b2c5f8af8
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Jun 15 21:05:17 2009 +0200

    reset the password after an error

 src/fr-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index 4cb0f75..829e9a4 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -3090,6 +3090,7 @@ action_performed (FrArchive   *archive,
 		if (error->type != FR_PROC_ERROR_NONE) {
 			fr_window_remove_from_recent_list (window, window->priv->archive_uri);
 			fr_window_archive_close (window);
+			fr_window_set_password (window, NULL);
 			break;
 		}
 



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