(svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when the window was just opened.
authorrubidium
Sun, 08 Jun 2008 19:18:01 +0000
changeset 10868 9fa1519ca3f7
parent 10866 242436c016b8
child 10882 f047317b321c
(svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when the window was just opened.
src/bridge_gui.cpp
--- a/src/bridge_gui.cpp	Sun Jun 08 15:27:57 2008 +0000
+++ b/src/bridge_gui.cpp	Sun Jun 08 19:18:01 2008 +0000
@@ -119,6 +119,7 @@
 	{
 		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 */