Skip to content

list: Return correct value when the list is filtered using the search input

Lukáš Tyrychtr requested to merge tyrylu/zenity:fix_70 into master

We were using te index of the selected item to index into the unfiltered model, so we were getting nonsense. So, use the filtered one for index lookups.

Fixes #70 (closed)

Merge request reports