[gthumb] fixed loading the home if the initial location is not present
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] fixed loading the home if the initial location is not present
- Date: Wed, 13 Nov 2013 20:09:04 +0000 (UTC)
commit ac342435c39bc2f2ee7c6903620e9685003bba34
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Nov 13 21:07:37 2013 +0100
fixed loading the home if the initial location is not present
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 24b8ab1..e5e9432 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -5945,7 +5945,7 @@ load_file_attributes_ready_cb (GObject *object,
g_free (title);
}
}
- else if (browser->priv->history == NULL) {
+ else if (browser->priv->location == NULL) {
GFile *home;
home = g_file_new_for_uri (get_home_uri ());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]