-
In the file editor_tool_place_bob_options_menu.cc the Editor_Tool_Options_Menu constructor contains the following code:
UI::Box * box;
if (cur_x == bobs_in_row) {
...
box = new UI::Box(&m_tabpanel, 0, 0,
UI::Box::Horizontal);
...
}
...
UI::Checkbox & cb = *new UI::Checkbox
(box,
xpos, ypos,
...
box->add(&cb, Align_Left);
if (cur_x != bobs_in_row) box is not initialized...
2008-03-23 22:56:28 UTC in Widelands
-
wimh committed patchset 9 of module mf2 to the MailFetcher CVS repository, changing 13 files.
2001-07-22 16:31:26 UTC in MailFetcher
-
wimh committed patchset 8 of module mf2 to the MailFetcher CVS repository, changing 6 files.
2001-05-06 17:07:53 UTC in MailFetcher
-
wimh committed patchset 7 of module mf2 to the MailFetcher CVS repository, changing 1 files.
2001-04-16 14:32:10 UTC in MailFetcher
-
wimh committed patchset 6 of module mf2 to the MailFetcher CVS repository, changing 1 files.
2001-04-16 13:26:12 UTC in MailFetcher
-
wimh committed patchset 5 of module mf2 to the MailFetcher CVS repository, changing 3 files.
2001-04-07 16:48:31 UTC in MailFetcher
-
wimh committed patchset 4 of module mf2 to the MailFetcher CVS repository, changing 1 files.
2001-04-03 20:26:53 UTC in MailFetcher