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

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