[gthumb] browser: update the sensitivity after expanding a folder



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]