Adding new sorting key
Jump to navigation
Jump to search
- Update
SK_*items inui/ui.h, that is add new value to the end of the list and updateSK_LAST. New elements should go to the end because otherwise they will break restoring sorting keys fromvifminfofiles. - Compile errors will show arrays/switches that need an update (with
-Werror, just configure as./configure --enable-developer ...). - Note that order in sorting dialog differs from enumeration values and is mapped to them via
indexesindirection array inmodes/dialogs/sort_dialog.c.