Print dialog: Fix printer icons in HighContrast

We need to make the cell renderer follow the state,
for recoloring to work.
This commit is contained in:
Matthias Clasen 2015-03-08 22:05:37 -04:00
parent 59d12be94f
commit 01d76b7701

View File

@ -112,7 +112,9 @@
<child>
<object class="GtkTreeViewColumn" id="printer_icon_column">
<child>
<object class="GtkCellRendererPixbuf" id="printer_icon_renderer"/>
<object class="GtkCellRendererPixbuf" id="printer_icon_renderer">
<property name="follow-state">True</property>
</object>
<attributes>
<attribute name="gicon">0</attribute>
</attributes>