widget-factory: Fix multi-selection example

It turns out that activate-on-single-click interferes with the
expected multi-selection behavior. Turn it off, since there's nothing
to activate in this list, anyway.
This commit is contained in:
Matthias Clasen 2014-07-14 09:17:47 -04:00
parent 0431ee2b57
commit 04b5c5f14a

View File

@ -2995,6 +2995,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<object class="GtkListBox" id="munsell">
<property name="visible">True</property>
<property name="selection-mode">multiple</property>
<property name="activate-on-single-click">False</property>
</object>
</child>
</object>