Skip to content
Commit 3cace576 authored by Felipe Borges's avatar Felipe Borges
Browse files

comics: Sort pages in natural order

Use g_utf8_collate_key_for_filename to convert the page filenames
into collation keys in order to compare using strcmp().

This prevents pages named such as page1, page2, page10, to be
sorted as page1, page10, page2...

https://bugzilla.gnome.org/show_bug.cgi?id=770695
parent a3233e4c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment