Updating branch refs/heads/master
         to da9c0452c1ed92d7f08e5ec224dc80c6280cb941 (commit)
       from eff6e0c33703b2ff7cc12eb9954239b47358669a (commit)

commit da9c0452c1ed92d7f08e5ec224dc80c6280cb941
Author: Christian Dywan <christ...@twotoasts.de>
Date:   Tue Mar 26 08:09:02 2013 +0100

    Color pixbuf column in history list treeview

 extensions/history-list.vala |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/extensions/history-list.vala b/extensions/history-list.vala
index b145e41..1d7b63a 100644
--- a/extensions/history-list.vala
+++ b/extensions/history-list.vala
@@ -128,7 +128,8 @@ namespace HistoryList {
 
             this.treeview.insert_column_with_attributes (
                 -1, "Icon",
-                new CellRendererPixbuf (), "pixbuf", 
TabTreeCells.TREE_CELL_PIXBUF);
+                new CellRendererPixbuf (), "pixbuf", 
TabTreeCells.TREE_CELL_PIXBUF,
+                "cell-background-gdk", TabTreeCells.TREE_CELL_BG);
             this.treeview.insert_column_with_attributes (
                 -1, "Title",
                 new CellRendererText (), "text", TabTreeCells.TREE_CELL_STRING,
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to