[gthumb] load without delay if the user wants to view the image



commit be53c300af8140acf0cb0776125bf6bb53eaf6e9
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Apr 2 18:31:50 2017 +0200

    load without delay if the user wants to view the image

 gthumb/gth-browser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index d86a32d..acaf8ae 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -6440,7 +6440,7 @@ gth_browser_load_file (GthBrowser  *browser,
                       GthFileData *file_data,
                       gboolean     view)
 {
-       _gth_browser_load_file_keep_view (browser, file_data, view, FALSE);
+       _gth_browser_load_file_keep_view (browser, file_data, view, view);
 }
 
 


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