[easytag/wip/application-window: 95/95] Update the file list column width on path changes



commit 400203fcc8cccd2b17617a35645f8e7015483bb7
Author: David King <amigadave amigadave com>
Date:   Wed Sep 3 16:06:44 2014 +0100

    Update the file list column width on path changes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735363

 src/browser.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/browser.c b/src/browser.c
index 02654c1..fe46ca2 100644
--- a/src/browser.c
+++ b/src/browser.c
@@ -1207,6 +1207,7 @@ et_browser_clear_file_model (EtBrowser *self)
     g_signal_handler_block (selection, priv->file_selected_handler);
 
     gtk_list_store_clear (priv->file_model);
+    gtk_tree_view_columns_autosize (GTK_TREE_VIEW (priv->file_view));
 
     g_signal_handler_unblock (selection, priv->file_selected_handler);
 }


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