Updating branch refs/heads/master
to bddf31b2cd54b2bbd589ec6a4c395a3aa88f9c50 (commit)
from cda64a5b2da7d5ed550aff6adf495a94474a5539 (commit)
commit bddf31b2cd54b2bbd589ec6a4c395a3aa88f9c50
Author: Nick Schermer <[email protected]>
Date: Tue Nov 6 18:04:16 2012 +0100
Don't set weight in chooser model to light (bug #7688).
This is obviously a problem in gtk, but this fix works.
thunar/thunar-chooser-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/thunar/thunar-chooser-dialog.c b/thunar/thunar-chooser-dialog.c
index b67834a..f21ca7c 100644
--- a/thunar/thunar-chooser-dialog.c
+++ b/thunar/thunar-chooser-dialog.c
@@ -244,8 +244,8 @@ thunar_chooser_dialog_init (ThunarChooserDialog *dialog)
"style",
THUNAR_CHOOSER_MODEL_COLUMN_STYLE,
"style-set",
THUNAR_CHOOSER_MODEL_COLUMN_STYLE_SET,
"text",
THUNAR_CHOOSER_MODEL_COLUMN_NAME,
- "weight",
THUNAR_CHOOSER_MODEL_COLUMN_WEIGHT,
"weight-set",
THUNAR_CHOOSER_MODEL_COLUMN_WEIGHT_SET,
+ "weight",
THUNAR_CHOOSER_MODEL_COLUMN_WEIGHT,
NULL);
gtk_tree_view_append_column (GTK_TREE_VIEW (dialog->tree_view), column);
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits