rpms/openoffice.org/devel openoffice.org-2.0.4.ooo69992.vcl.im_yield.patch, NONE, 1.1 openoffice.org.spec, 1.884, 1.885

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 29 19:27:11 UTC 2006


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23733

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.0.4.ooo69992.vcl.im_yield.patch 
Log Message:
openoffice.org-2.0.4.ooo69992.vcl.im_yield.patch

openoffice.org-2.0.4.ooo69992.vcl.im_yield.patch:
 unx/gtk/window/gtkframe.cxx     |    0 
 vcl/unx/gtk/window/gtkframe.cxx |    3 +++
 2 files changed, 3 insertions(+)

--- NEW FILE openoffice.org-2.0.4.ooo69992.vcl.im_yield.patch ---
Index: unx/gtk/window/gtkframe.cxx
===================================================================
RCS file: /cvs/gsl/vcl/unx/gtk/window/gtkframe.cxx,v
retrieving revision 1.53.4.1
diff -u -r1.53.4.1 gtkframe.cxx
--- openoffice.org.orig/vcl/unx/gtk/window/gtkframe.cxx	10 Aug 2006 14:53:49 -0000	1.53.4.1
+++ openoffice.org/vcl/unx/gtk/window/gtkframe.cxx	29 Sep 2006 19:22:41 -0000
@@ -2776,6 +2787,9 @@
 {
     GtkSalFrame::IMHandler* pThis = (GtkSalFrame::IMHandler*)im_handler;
 
+    // #i69992# Allow any previous IM-triggered scheduled backspaces handlers to be processed
+    Application::Yield();
+
     vcl::DeletionListener aDel( pThis->m_pFrame );
     // open a block that will end the GTK_YIELD_GRAB before calling preedit changed again
     {


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.884
retrieving revision 1.885
diff -u -r1.884 -r1.885
--- openoffice.org.spec	28 Sep 2006 09:05:39 -0000	1.884
+++ openoffice.org.spec	29 Sep 2006 19:27:08 -0000	1.885
@@ -131,6 +131,7 @@
 Patch63: openoffice.org-2.0.4.ooo69841.x86_64.pptimport.patch
 Patch64: openoffice.org-2.0.4.ooo69236.slideshow.esccrash.patch
 Patch65: openoffice.org-2.0.4.ooo69905.sd.casting.patch
+Patch66: openoffice.org-2.0.4.ooo69992.vcl.im_yield.patch
 
 %define instdir %{_libdir}/openoffice.org2.0
 
@@ -996,6 +997,7 @@
 %patch63 -p1 -b .ooo69841.x86_64.pptimport.patch
 %patch64 -p1 -b .ooo69236.slideshow.esccrash.patch
 %patch65 -p1 -b .ooo69905.sd.casting.patch
+%patch66 -p1 -b .ooo69992.vcl.im_yield.patch
 
 tar xzf %{SOURCE1}
 
@@ -2521,6 +2523,9 @@
 %{instdir}/share/registry/modules/org/openoffice/Office/Scripting/Scripting-python.xcu
 
 %changelog
+* Fri Sep 29 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-5.2
+- add openoffice.org-2.0.4.ooo69992.vcl.im_yield.patch for rh#208537#
+
 * Thu Sep 28 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-5.1
 - add openoffice.org-2.0.4.ooo69780.goodies.hugetile.patch for rh#207226#
 - add openoffice.org-2.0.4.ooo69530.sd.crash.patch for stupid crash in




More information about the fedora-cvs-commits mailing list