Mailinglist Archive: opensuse-bugs (8017 mails)
| < Previous | Next > |
[Bug 224944] Yast2-vm: Interface freezes after aborting install source setup
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 1 Dec 2006 16:30:31 -0700 (MST)
- Message-id: <20061201233031.248F6D0D@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=224944
------- Comment #3 from carnold@xxxxxxxxxx 2006-12-01 16:30 MST -------
This problem has shown up in 10.2 because of a change in
packager/src/client/inst_source.ycp. An additional UI::CloseDialog was added
at the bottom of the file to handle a problem with SLP (#219759). This
actually generates a mismatched set of open/closes and the extra close causes
our dialog to get closed. By removing the UI::CloseDialog from
SummaryDialog(), the problem is taken care of.
--- src/clients/inst_source.ycp.orig 2006-12-01 16:20:33.000000000 -0700
+++ src/clients/inst_source.ycp 2006-12-01 16:20:40.000000000 -0700
@@ -562,8 +562,6 @@
} until ( exit );
- // UI::CloseDialog();
-
y2debug( "Return: %1", input );
return input;
--
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.
------- Comment #3 from carnold@xxxxxxxxxx 2006-12-01 16:30 MST -------
This problem has shown up in 10.2 because of a change in
packager/src/client/inst_source.ycp. An additional UI::CloseDialog was added
at the bottom of the file to handle a problem with SLP (#219759). This
actually generates a mismatched set of open/closes and the extra close causes
our dialog to get closed. By removing the UI::CloseDialog from
SummaryDialog(), the problem is taken care of.
--- src/clients/inst_source.ycp.orig 2006-12-01 16:20:33.000000000 -0700
+++ src/clients/inst_source.ycp 2006-12-01 16:20:40.000000000 -0700
@@ -562,8 +562,6 @@
} until ( exit );
- // UI::CloseDialog();
-
y2debug( "Return: %1", input );
return input;
--
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.
| < Previous | Next > |