Public bug reported:
Binary package hint: frozen-bubble
Hello all,
The frozen bubble level editor has a minor but annoying defect when the
user attempts to open a levelset. The defect is that an artifact from
the "choose levelset level to play" dialog (from the start 1 player game
menu) shows up on the "open levelset" dialog as well.
It looks like when gc (maintainer of frozen-bubble) merged in some of my
changes, something went haywire and some code ended up where it
shouldn't have been. This patch removes the offending code and fixes the
dialog.
I've submitted this patch to gc to fix as well, but I don't know what
his time table is for getting it into an official version.
--- FBLE.pm 2008-01-04 20:56:11.000000000 -0800
+++ FBLE.pm.fixed 2008-01-04 20:55:49.000000000 -0800
@@ -1363,10 +1363,6 @@
}
}
$list_browser_highlight_offset = $file_highlight_offset;
- if (is_ok_select_start_value($start_level) == 0) {
- $start_level =
$file_browser_levelsets_num_levels[$list_browser_highlight_offset];
- show_selected_level();
- }
display_levelset_screenshot();
} else {
$list_browser_highlight_offset = $file_highlight_offset;
** Affects: frozen-bubble (Ubuntu)
Importance: Undecided
Status: New
--
patch to fix frozen bubble level editor open levelset dialog bug
https://bugs.launchpad.net/bugs/181933
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs