[gthumb] use load_location as first_location can be a file as well



commit 12d6763b2378e7309d0f4b94ab4d1d1b35938634
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Oct 27 15:29:35 2011 +0200

    use load_location as first_location can be a file as well

 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 e14f17b..1f69e5c 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -3711,7 +3711,7 @@ _gth_browser_construct_step2 (gpointer data)
 	_gth_browser_monitor_entry_points (browser);
 	gtk_widget_grab_focus (gth_browser_get_file_list_view (browser));
 
-	gth_browser_go_to (browser, browser->priv->first_location, NULL);
+	gth_browser_load_location (browser, browser->priv->first_location);
 }
 
 



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