[gthumb] browser: update the sensitivity after expanding a folder
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] browser: update the sensitivity after expanding a folder
- Date: Sun, 30 Dec 2012 10:19:46 +0000 (UTC)
commit 66f6ea5af48fd0b93128ca7779f20f88b27eb6b6
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Dec 29 17:11:41 2012 +0100
browser: update the sensitivity after expanding a folder
gthumb/gth-browser.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index 93f3855..24663be 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -1747,7 +1747,6 @@ load_data_continue (LoadData *load_data,
if (load_data->file_to_select != NULL)
gth_file_list_make_file_visible (GTH_FILE_LIST (browser->priv->file_list), load_data->file_to_select);
- gth_browser_update_sensitivity (browser);
_gth_browser_update_statusbar_list_info (browser);
g_assert (browser->priv->location_source != NULL);
@@ -1782,6 +1781,8 @@ load_data_continue (LoadData *load_data,
}
}
+ gth_browser_update_sensitivity (browser);
+
if (path != NULL)
gtk_tree_path_free (path);
load_data_free (load_data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]