Skip to content

list-base: Return correct order in real_get_selection()

Corey Berla requested to merge wip/corey/reverse-selection into master

We are using g_list_prepend() in real_get_selection(), so it should be reversed.

Fixes: #2512 (closed)

Merge request reports