Blame SOURCES/0001-Fix-qt4-pinentry-window-created-in-the-background.patch

b3bbd1
From c2ab12b3742c929a225c3753439438edc27bfa81 Mon Sep 17 00:00:00 2001
b3bbd1
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
b3bbd1
Date: Tue, 1 Feb 2011 14:42:27 +0100
b3bbd1
Subject: [PATCH] Fix qt4 pinentry window created in the background
b3bbd1
b3bbd1
This is probably just a workaround. Proper fix is being investigated.
b3bbd1
See:
b3bbd1
https://bugzilla.redhat.com/show_bug.cgi?id=589532
b3bbd1
http://stackoverflow.com/questions/2788518/calling-activatewindow-on-qdialog-sends-window-to-background
b3bbd1
---
b3bbd1
 qt4/pinentrydialog.cpp |    1 -
b3bbd1
 1 files changed, 0 insertions(+), 1 deletions(-)
b3bbd1
b3bbd1
diff --git a/qt4/pinentrydialog.cpp b/qt4/pinentrydialog.cpp
b3bbd1
index 541baf4..d634eb6 100644
b3bbd1
--- a/qt4/pinentrydialog.cpp
b3bbd1
+++ b/qt4/pinentrydialog.cpp
b3bbd1
@@ -69,7 +69,6 @@ void raiseWindow( QWidget* w )
b3bbd1
     SetForegroundWindow( w->winId() );
b3bbd1
 #endif
b3bbd1
     w->raise();
b3bbd1
-    w->activateWindow();
b3bbd1
 }
b3bbd1
 
b3bbd1
 QPixmap icon( QStyle::StandardPixmap which )
b3bbd1
-- 
b3bbd1
1.7.3.5
b3bbd1