rpms/kdelibs/F-11 kdelibs-4.3.2-kde#207173.patch,NONE,1.1

Rex Dieter rdieter at fedoraproject.org
Thu Oct 8 18:31:52 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/kdelibs/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28638/F-11

Added Files:
	kdelibs-4.3.2-kde#207173.patch 
Log Message:
sync w/devel


kdelibs-4.3.2-kde#207173.patch:
 khtml_part.cpp |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE kdelibs-4.3.2-kde#207173.patch ---
Subject: branches/KDE/4.3/kdelibs/khtml
Date: Thursday 08 October 2009
From: David Faure <faure at kde.org>
To: kde-commits at kde.org
Cc: khtml-cvs at kde.org

SVN commit 1032787 by dfaure:

Backport fix for 207173/209876: Hide the whole widget, not just the view and 
the
viewport. Otherwise the findbar stays around, receives focus, and this makes 
the
partmanager activate the part that we're currently deleting...
Forgot to do this before 4.3.2, so the fix will be in 4.3.3  :( 
CCBUG: 207173


 M  +1 -2      khtml_part.cpp  


--- branches/KDE/4.3/kdelibs/khtml/khtml_part.cpp #1032786:1032787
@@ -609,8 +609,7 @@
 
   if ( d->m_view )
   {
-    d->m_view->hide();
-    d->m_view->viewport()->hide();
+    widget()->hide();
     d->m_view->m_part = 0;
   }
 




More information about the fedora-extras-commits mailing list