rpms/openoffice.org/devel openoffice.org-2.0.4.ooo70779.vcl.setprgname.patch, 1.2, 1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 1 16:57:21 UTC 2006


Author: caolanm

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

Modified Files:
	openoffice.org-2.0.4.ooo70779.vcl.setprgname.patch 
Log Message:
upstream has a problem with setting the prg name

openoffice.org-2.0.4.ooo70779.vcl.setprgname.patch:
 gtkdata.cxx |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

Index: openoffice.org-2.0.4.ooo70779.vcl.setprgname.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org-2.0.4.ooo70779.vcl.setprgname.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openoffice.org-2.0.4.ooo70779.vcl.setprgname.patch	4 Nov 2006 12:11:28 -0000	1.2
+++ openoffice.org-2.0.4.ooo70779.vcl.setprgname.patch	1 Dec 2006 16:57:19 -0000	1.3
@@ -5,18 +5,19 @@
 diff -u -r1.25.34.1 gtkdata.cxx
 --- openoffice.org.orig/vcl/unx/gtk/app/gtkdata.cxx	10 Aug 2006 14:52:49 -0000	1.25.34.1
 +++ openoffice.org/vcl/unx/gtk/app/gtkdata.cxx	24 Oct 2006 10:14:36 -0000
-@@ -503,12 +503,12 @@
+--- unx/gtk/app/gtkdata.cxx	30 Nov 2006 16:42:45 -0000	1.28.38.2
++++ unx/gtk/app/gtkdata.cxx	1 Dec 2006 16:56:03 -0000
+@@ -503,11 +503,12 @@
      // add executable
      nParams++;
  
 +    g_set_application_name(X11SalData::getFrameClassName());
 +    g_set_prgname(X11SalData::getFrameResName());
-+ 
++
      // init gtk/gdk
      gtk_init_check( &nParams, &pCmdLineAry );
  
 -    g_set_application_name(X11SalData::getFrameClassName());
--    g_set_prgname(X11SalData::getFrameResName());
 -    
  	for (i = 0; i < nParams; i++ )
  		g_free( pCmdLineAry[i] );




More information about the fedora-cvs-commits mailing list