# HG changeset patch # User rubidium # Date 2008-06-08 19:18:01 # Node ID 75fa3be16747e62ae3dd768446e57f22ac62233b # Parent 31c691398ec3d80f994bc9971ee974b918bb5d59 (svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when the window was just opened. diff --git a/src/bridge_gui.cpp b/src/bridge_gui.cpp --- a/src/bridge_gui.cpp +++ b/src/bridge_gui.cpp @@ -119,6 +119,7 @@ public: { this->bridges->SetListing(this->last_sorting); this->bridges->SetSortFuncs(this->sorter_funcs); + this->bridges->NeedResort(); this->SortBridgeList(); /* Change the data, or the caption of the gui. Set it to road or rail, accordingly */