rpms/openoffice.org/devel openoffice.org-2.0.4.ooo70361.vcl.atkfilechooser.patch, NONE, 1.1 openoffice.org.spec, 1.890, 1.891

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 12 14:38:47 UTC 2006


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.0.4.ooo70361.vcl.atkfilechooser.patch 
Log Message:
add openoffice.org-2.0.4.ooo70361.vcl.atkfilechooser.patch

openoffice.org-2.0.4.ooo70361.vcl.atkfilechooser.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.ooo70361.vcl.atkfilechooser.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	12 Oct 2006 14:30:50 -0000
@@ -647,6 +650,9 @@
 AtkRole
 GtkSalFrame::GetAtkRole( GtkWindow* window )
 {
+    if (GTK_IS_FILE_CHOOSER_DIALOG(window))
+	return ATK_ROLE_FILE_CHOOSER;
+
     static AtkRole aDefaultRole = ATK_ROLE_INVALID;
     
     // Special role for sub-menu and combo-box popups that are exposed directly


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.890
retrieving revision 1.891
diff -u -r1.890 -r1.891
--- openoffice.org.spec	6 Oct 2006 09:43:42 -0000	1.890
+++ openoffice.org.spec	12 Oct 2006 14:38:45 -0000	1.891
@@ -1,6 +1,6 @@
 %define oootag OOD680
 %define ooomilestone 5
-%define rh_rpm_release 3
+%define rh_rpm_release 4
 
 # gcc#19664#
 %define stlvisibilityfcked 1
@@ -132,6 +132,7 @@
 Patch64: openoffice.org-2.0.4.ooo69236.slideshow.esccrash.patch
 Patch65: openoffice.org-2.0.4.ooo69992.vcl.im_yield.patch
 Patch66: workspace.calc39.patch
+Patch67: openoffice.org-2.0.4.ooo70361.vcl.atkfilechooser.patch
 
 %define instdir %{_libdir}/openoffice.org2.0
 
@@ -998,6 +999,7 @@
 %patch64 -p1 -b .ooo69236.slideshow.esccrash.patch
 %patch65 -p1 -b .ooo69992.vcl.im_yield.patch
 %patch66 -p1 -b .workspace.calc39.patch
+%patch67 -p1 -b .ooo70361.vcl.atkfilechooser.patch
 
 tar xzf %{SOURCE1}
 
@@ -2523,6 +2525,9 @@
 %{instdir}/share/registry/modules/org/openoffice/Office/Scripting/Scripting-python.xcu
 
 %changelog
+* Thu Oct 12 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-5.4
+- add openoffice.org-2.0.4.ooo70361.vcl.atkfilechooser.patch for rh#210440#
+
 * Fri Oct 06 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-5.3
 - add openoffice.org-2.0.4.ooo69992.vcl.im_yield.patch for rh#208537#
 - add workspace.cmcfixes28.patch for rh#208966#




More information about the fedora-cvs-commits mailing list