Author: mordante
Date: Sat Apr 5 13:50:37 2008
New Revision: 25566
URL: http://svn.gna.org/viewcvs/wesnoth?rev=25566&view=rev
Log:
Fix another stupid typo.
Modified:
trunk/src/gui/widgets/grid.cpp
Modified: trunk/src/gui/widgets/grid.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/grid.cpp?rev=25566&r1=25565&r2=25566&view=diff
==============================================================================
--- trunk/src/gui/widgets/grid.cpp (original)
+++ trunk/src/gui/widgets/grid.cpp Sat Apr 5 13:50:37 2008
@@ -116,7 +116,7 @@
}
cols_ = cols;
- children_.resize(cols_ * cols_);
+ children_.resize(rows_ * cols_);
}
void tgrid::remove_child(const unsigned row, const unsigned col)
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits