there are cases where the container does only implement single
selection, when then just asume implicitly single mode here.
Details
Details
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
For the future, I'd like the commit message to say what is this fixing. There was a crash before this patch, for example?
Also the error message is very uninformative.
Comment Actions
It is not fixing anything in particular. Before the item class has never been used in connection sith Single_Selectable. In the next commit this will be introduced. Its not really a fix, it just ... makes it work.