https://bugzilla.novell.com/show_bug.cgi?id=225023 jplack@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|odabrunz@novell.com |jplack@novell.com Status|NEW |ASSIGNED ------- Comment #6 from jplack@novell.com 2006-12-01 03:32 MST ------- Yes, this is really a problem (grub only): Here's the fix: --- src/generic/boot_loader_locations_widget.ycp (revision 34687) +++ src/generic/boot_loader_locations_widget.ycp (working copy) @@ -76,2 +76,5 @@ void BLL_Store (string widget, map event symbol BLL_Handle (string key, map event) { + if (event["EventReason"]:"" == "ValueChanged") { + BootCommon::location_changed = true; + } return generic_Handle (key, event); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.