App Chooser: Fix app icons in HighContrast

We need to follow-state here as well, to make sure the
icons are visible on selected rows.
This commit is contained in:
Matthias Clasen 2015-03-11 15:31:35 -04:00
parent f82341d1d3
commit b2d40afdf5

View File

@ -76,7 +76,9 @@
<object class="GtkCellRendererText" id="secondary_padding"/>
</child>
<child>
<object class="GtkCellRendererPixbuf" id="app_icon"/>
<object class="GtkCellRendererPixbuf" id="app_icon">
<property name="follow-state">True</property>
</object>
<attributes>
<attribute name="gicon">1</attribute>
</attributes>