rpms/openoffice.org/devel openoffice.org-2.0.4.ooo69051.vcl.singlekeypress.patch, 1.2, 1.3 openoffice.org.spec, 1.904, 1.905

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 1 12:04:04 UTC 2006


Author: caolanm

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

Modified Files:
	openoffice.org-2.0.4.ooo69051.vcl.singlekeypress.patch 
	openoffice.org.spec 
Log Message:
fix 213329

openoffice.org-2.0.4.ooo69051.vcl.singlekeypress.patch:
 gtkframe.cxx |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletion(-)

Index: openoffice.org-2.0.4.ooo69051.vcl.singlekeypress.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org-2.0.4.ooo69051.vcl.singlekeypress.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openoffice.org-2.0.4.ooo69051.vcl.singlekeypress.patch	19 Sep 2006 10:53:19 -0000	1.2
+++ openoffice.org-2.0.4.ooo69051.vcl.singlekeypress.patch	1 Nov 2006 12:04:02 -0000	1.3
@@ -1,14 +1,21 @@
 diff -ru vcl/unx/gtk/window/gtkframe.cxx vcl/unx/gtk/window/gtkframe.cxx
 --- openoffice.org.orig/vcl/unx/gtk/window/gtkframe.cxx	2006-08-29 10:35:14.000000000 +0100
 +++ openoffice.org/vcl/unx/gtk/window/gtkframe.cxx	2006-08-29 11:07:27.000000000 +0100
-@@ -2816,7 +2816,9 @@
+@@ -2816,7 +2832,16 @@
      
              if( checkSingleKeyCommitHack( rKP.keyval, aOrigCode ) )
              {
 -                pThis->m_pFrame->doKeyCallback( rKP.state, rKP.keyval, rKP.hardware_keycode, rKP.group, rKP.time, aOrigCode, true, true );
-+		pThis->m_pFrame->doKeyCallback( rKP.state, gdk_unicode_to_keyval(aOrigCode), 0, 0,
-+			gdk_x11_display_get_user_time(pThis->m_pFrame->getGdkDisplay()),
-+			aOrigCode, true, true );
++		if (aOrigCode == '.')
++		{
++                	pThis->m_pFrame->doKeyCallback( rKP.state, rKP.keyval, rKP.hardware_keycode, rKP.group, 
++				rKP.time, aOrigCode, true, true );
++		}
++		else
++		{
++			pThis->m_pFrame->doKeyCallback( rKP.state, gdk_unicode_to_keyval(aOrigCode), 0, 0, 
++				gdk_x11_display_get_user_time(pThis->m_pFrame->getGdkDisplay()), aOrigCode, true, true );
++		}
                  bSingleCommit = true;
              }
          }


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.904
retrieving revision 1.905
diff -u -r1.904 -r1.905
--- openoffice.org.spec	1 Nov 2006 09:44:21 -0000	1.904
+++ openoffice.org.spec	1 Nov 2006 12:04:02 -0000	1.905
@@ -2543,6 +2543,9 @@
 %{instdir}/share/registry/modules/org/openoffice/Office/Scripting/Scripting-python.xcu
 
 %changelog
+* Wed Nov 01 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-5.8
+- Resolves: rhbz#213329 "." from numeric keypad not converted to "," in appropiate locales
+
 * Wed Nov 01 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-5.7
 - add openoffice.org-2.0.4.ooo71039.svx.purevirtual.patch for bad pure virtual
 - Resolves: rhbz#213203 openoffice.org.2.0.4.oooXXXXX.i18npool.extendgrapheme.patch




More information about the fedora-cvs-commits mailing list