bananenfisch / RecentItems

Recent Items - an extension for gnome-shell
GNU General Public License v3.0
25 stars 11 forks source link

Fix item sorting by modified datetime #18

Closed walkeras closed 1 year ago

walkeras commented 1 year ago

Existing sortfunc() was returning NaN on Gnome 44.2. Updated to use proper GDateTime compare() function.

bananenfisch commented 1 year ago

I've changed it this way (may be faster than the compare method): https://github.com/bananenfisch/RecentItems/commit/5761560baf5c7fa1c0087c39c7613822de4fa390