https://bugzilla.novell.com/show_bug.cgi?id=301031#c5 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |ktf@icer.nl --- Comment #5 from Lukas Ocilka <locilka@novell.com> 2007-08-28 08:57:51 MST --- Please, try to apply this patch to file /usr/share/YaST2/include/restore/ui.ycp and ren the restore again. First I was unable to reproduce your problem, one removed package got installed, two removed files (not belonging to any package) got restored as well but then I hit a similar error with empty dialog. My simple patch should fix it. Please, try, whether it works for you :) Index: ui.ycp =================================================================== --- ui.ycp (revision 40535) +++ ui.ycp (working copy) @@ -1371,6 +1371,11 @@ y2warning("RPMoption: %1", RPMoption); + if (RPMoption == nil) + { + RPMoption = false; + } + term contents = `HBox( `HSpacing(2), `VBox( -- 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.