Joachim Breitner has proposed merging lp:~nomeata/widelands/bug887737 into 
lp:widelands.

Requested reviews:
  Widelands Developers (widelands-dev)
Related bugs:
  Bug #887737 in widelands: "Player and category buttons in the general 
statistics window"
  https://bugs.launchpad.net/widelands/+bug/887737
  Bug #922464 in widelands: "Missing slider on attack window"
  https://bugs.launchpad.net/widelands/+bug/922464

For more details, see:
https://code.launchpad.net/~nomeata/widelands/bug887737/+merge/90505

Uninitialized value...
-- 
https://code.launchpad.net/~nomeata/widelands/bug887737/+merge/90505
Your team Widelands Developers is requested to review the proposed merge of 
lp:~nomeata/widelands/bug887737 into lp:widelands.
=== modified file 'src/ui_basic/box.cc'
--- src/ui_basic/box.cc	2012-01-25 02:52:46 +0000
+++ src/ui_basic/box.cc	2012-01-27 18:54:27 +0000
@@ -286,6 +286,7 @@
 
 	it.type = Item::ItemSpace;
 	it.u.space = space;
+	it.assigned_var_depth = 0;
 	it.fillspace = false;
 
 	m_items.push_back(it);

_______________________________________________
Mailing list: https://launchpad.net/~widelands-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to