[easytag/wip/application-window: 104/108] Update the file list column width on path changes
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/application-window: 104/108] Update the file list column width on path changes
- Date: Fri, 5 Sep 2014 16:26:09 +0000 (UTC)
commit 71d14f734fddd5888a69157fa3b850293dfafff0
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]