[file-roller] add a file to the recent list even when in batch mode



commit e8d249db4b1ab7b5556390fc6443d35555e13afb
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Jun 19 10:36:23 2012 +0200

    add a file to the recent list even when in batch mode

 src/fr-window.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index 58ae75a..6dcd5e9 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -2808,9 +2808,6 @@ static void
 fr_window_add_to_recent_list (FrWindow *window,
 			      char     *uri)
 {
-	if (window->priv->batch_mode)
-		return;
-
 	if (is_temp_dir (uri))
 		return;
 



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