https://bugzilla.xfce.org/show_bug.cgi?id=15338
Simon Steinbeiss <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Simon Steinbeiss <[email protected]> --- As far as I can tell it simply loads them from top to bottom from the rc file which I think - as far as I can tell from the code - is unsorted. The "last access time" is stored and available in the function that loads the sessions, so instead of gtk_list_store_append you'd have to implement g_list_store_insert_sorted with a compare_func that sorts by ATIME. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
