[file-roller: 30/123] reload the archive after pasting the selection



commit e17202352d3fbe0cabd6c7f6a9be104ae3240d96
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Jul 20 22:58:42 2012 +0200

    reload the archive after pasting the selection

 src/fr-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index a1e9db9..1fc7106 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -8053,6 +8053,8 @@ _paste_from_archive_operation_completed (FrWindow *window,
 	if (error != NULL) {
 		fr_clipboard_data_unref (window->priv->clipboard_data);
 		window->priv->clipboard_data = NULL;
+
+		fr_window_archive_reload (window);
 	}
 }
 



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