Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37853585
en ru br
ALT Linux repositórios
S:0.17-alt5

Group :: Sistema/Bibliotecas
RPM: signon-ui

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: alt-fix-crash.patch
Download


--- a/src/request.cpp
+++ b/src/request.cpp
@@ -305,7 +305,10 @@ QString Request::id() const
 void Request::setWidget(QWidget *widget)
 {
     Q_D(Request);
-    if (d->setWindow(widget->windowHandle())) {
+    if (widget) {
+	QWindow *whandle = widget->windowHandle();
+	if (whandle)
+	    d->setWindow(whandle);
         widget->show();
     }
 }
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009