[gthumb] File selection not updated in status bar when using thumbnail side panel
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] File selection not updated in status bar when using thumbnail side panel
- Date: Sun, 2 Oct 2011 10:18:03 +0000 (UTC)
commit 5b30ff07a450bd907027e07473db9405b98877b0
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Oct 2 12:08:04 2011 +0200
File selection not updated in status bar when using thumbnail side panel
[bug #660430]
gthumb/gth-browser.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index 2396c2f..7b59e25 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -5483,8 +5483,10 @@ file_metadata_ready_cb (GList *files,
gth_browser_update_title (browser);
gth_browser_update_statusbar_file_info (browser);
gth_sidebar_set_file (GTH_SIDEBAR (browser->priv->file_properties), browser->priv->current_file);
- if (gth_window_get_current_page (GTH_WINDOW (browser)) == GTH_BROWSER_PAGE_VIEWER)
+ if (gth_window_get_current_page (GTH_WINDOW (browser)) == GTH_BROWSER_PAGE_VIEWER) {
_gth_browser_make_file_visible (browser, browser->priv->current_file);
+ _gth_browser_update_statusbar_list_info (browser);
+ }
gth_browser_update_sensitivity (browser);
if (browser->priv->viewer_page != NULL) {
GthViewerPage *basic_viewer_page;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]