(svn r13286) -Codechange: GUIList Sort returns now if the list sequence has been altered
This commit is contained in:
@@ -197,7 +197,7 @@ protected:
|
||||
/** Sort the stations list */
|
||||
void SortStationsList()
|
||||
{
|
||||
this->stations.Sort();
|
||||
if (!this->stations.Sort()) return;
|
||||
|
||||
/* Reset name sorter sort cache */
|
||||
this->last_station = NULL;
|
||||
|
Reference in New Issue
Block a user