unfix genlist sorting

This commit is contained in:
zmike 2014-02-26 23:27:55 -05:00
parent 6bfaa5dd53
commit 988c036415
1 changed files with 1 additions and 1 deletions

View File

@ -1090,7 +1090,7 @@ queue_list_sort(Elm_Object_Item *a, Elm_Object_Item *b)
a1 = elm_object_item_data_get(a);
b1 = elm_object_item_data_get(b);
return b1->song_pos - a1->song_pos;
return a1->song_pos - b1->song_pos;
}
static Elm_Object_Item *