-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from shundhammer/huha-nonempty-dialog-stack-SL…
…E-12-SP2 Prevent segfault upon exit when a dialog remains open (SLE-12 SP2)
- Loading branch information
Showing
5 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
------------------------------------------------------------------- | ||
Thu Feb 1 12:49:24 UTC 2018 - [email protected] | ||
|
||
- Prevent segfault if an open dialog is left over: | ||
Don't do anything widget related after the QApplication is | ||
destroyed, in particular not deleting other widgets, even if | ||
indirectly via YDialog::deleteAllDialogs() in YUI. | ||
(bsc#1074596, bsc#1077991) | ||
- 2.46.24.1 | ||
|
||
------------------------------------------------------------------- | ||
Mon Aug 22 12:47:32 UTC 2016 - [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
|
||
Name: libyui-qt | ||
Version: 2.46.24 | ||
Version: 2.46.24.1 | ||
Release: 0 | ||
Source: %{name}-%{version}.tar.bz2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters