https://bugzilla.novell.com/show_bug.cgi?id=487566 User kmachalkova@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=487566#c3 Katarina Machalkova <kmachalkova@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Katarina Machalkova <kmachalkova@novell.com> 2009-03-27 06:32:31 MST --- It's all your fault! :) :D 46138 locilka if (! GetInstArgs::automatic_configuration()) 46138 locilka /* Popup text */ 46138 locilka BusyPopup(_("Detecting modems...")); 20958 mvidner boolean progress_orig = Progress::set (false); 2504 msvec Modem::Read(); 20958 mvidner // no Modem::Propose () ? 46138 locilka if (! GetInstArgs::automatic_configuration()) 46138 locilka Progress::set (progress_orig); 7380 msvec BusyPopupClose(); You left BusyPopupClose() outside the "if non-automatic configuration" branch, so it is called always. Anyway, fixed in svn (will be in yast2-notwork 2.18.25) -- 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.