icon browser: Activate on single-click

We want to get away from double-clicks everywhere.
This commit is contained in:
Matthias Clasen 2015-02-22 11:12:40 -05:00
parent ee857cd261
commit 967ba60303

View File

@ -109,6 +109,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="model">filter_model</property> <property name="model">filter_model</property>
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<property name="activate-on-single-click">True</property>
<signal name="item_activated" handler="item_activated"/> <signal name="item_activated" handler="item_activated"/>
<child> <child>
<object class="GtkCellRendererPixbuf" id="cell"> <object class="GtkCellRendererPixbuf" id="cell">