Since the order is important, why not use single select and dnd to
sort the list? Like this, the reason for multiselect isn't
communicated at all. Only people who know that elm has fallbacks could
conclude this.

2012/3/1 Enlightenment SVN <no-re...@enlightenment.org>:
> Log:
> @68591: multiselect here is intentional to allow for theme overlays
>  try asking in irc or mailing list before randomly changing things like this.
>
>
> Author:       discomfitor
> Date:         2012-03-01 12:16:28 -0800 (Thu, 01 Mar 2012)
> New Revision: 68592
> Trac:         http://trac.enlightenment.org/e/changeset/68592
>
> Modified:
>  trunk/elementary/src/bin/config.c
>
> Modified: trunk/elementary/src/bin/config.c
> ===================================================================
> --- trunk/elementary/src/bin/config.c   2012-03-01 20:12:47 UTC (rev 68591)
> +++ trunk/elementary/src/bin/config.c   2012-03-01 20:16:28 UTC (rev 68592)
> @@ -1335,6 +1335,7 @@
>    evas_object_show(pd);
>
>    li = elm_list_add(win);
> +   elm_list_multi_select_set(li, EINA_TRUE);
>    evas_object_size_hint_weight_set(li, 1.0, 1.0);
>    evas_object_size_hint_align_set(li, EVAS_HINT_FILL, EVAS_HINT_FILL);
>    elm_object_content_set(pd, li);
>
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn



-- 
Leif

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to