From: Rob Norris Date: Wed, 11 Apr 2012 21:13:45 +0000 (+0100) Subject: Be consistent in that track and waypoint list dialogs are always sorted alphabetically. X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/4f68b19023273d01885d03d03b44acd877f10760 Be consistent in that track and waypoint list dialogs are always sorted alphabetically. Only the treeview listing can not alphabetized. --- diff --git a/src/viktrwlayer.c b/src/viktrwlayer.c index 0ec5f289..0b6532ec 100644 --- a/src/viktrwlayer.c +++ b/src/viktrwlayer.c @@ -3466,10 +3466,8 @@ static void trw_layer_merge_with_other ( gpointer pass_along[6] ) return; } -#ifdef VIK_CONFIG_ALPHABETIZED_TRW // Sort alphabetically for user presentation other_tracks = g_list_sort_with_data (other_tracks, sort_alphabetically, NULL); -#endif GList *merge_list = a_dialog_select_from_list(VIK_GTK_WINDOW_FROM_LAYER(vtl), other_tracks, TRUE,