/[pkgs]/devel/openoffice.org/openoffice.org-2.4.0.rh133741.alwaysgtk.vcl.patch
ViewVC logotype

Contents of /devel/openoffice.org/openoffice.org-2.4.0.rh133741.alwaysgtk.vcl.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download) (as text)
Sat Oct 10 15:48:45 2009 UTC (6 weeks, 3 days ago) by caolanm
Branch: MAIN
CVS Tags: openoffice_org-3_2_0-5_2_fc13, openoffice_org-3_2_0-2_5_fc13, openoffice_org-3_2_0-2_4_fc13, openoffice_org-3_2_0-1_2_fc13, openoffice_org-3_2_0-4_1_fc13, openoffice_org-3_2_0-2_3_fc13, openoffice_org-3_2_0-3_1_fc13, openoffice_org-3_2_0-3_2_fc13, openoffice_org-3_2_0-1_1_fc13, openoffice_org-3_2_0-3_4_fc13, openoffice_org-3_2_0-2_2_fc13, openoffice_org-3_2_0-2_1_fc13, openoffice_org-3_2_0-4_2_fc13, openoffice_org-3_2_0-5_1_fc13, HEAD
Changes since 1.3: +4 -4 lines
File MIME type: text/x-patch
first 3.2.0 milestone
1 Index: unx/source/plugadapt/salplug.cxx
2 ===================================================================
3 RCS file: /cvs/gsl/vcl/unx/source/plugadapt/salplug.cxx,v
4 retrieving revision 1.24
5 diff -u -r1.24 salplug.cxx
6 --- openoffice.org.orig/vcl/unx/source/plugadapt/salplug.cxx 15 Oct 2007 13:07:38 -0000 1.24
7 +++ openoffice.org.orig/vcl/unx/source/plugadapt/salplug.cxx 10 Jan 2008 18:00:21 -0000
8 @@ -152,7 +152,7 @@
9 static const char* autodetect_plugin()
10 {
11 const rtl::OUString& desktop( get_desktop_environment() );
12 - const char * pRet = "gen";
13 + const char * pRet = "gtk";
14
15 // no server at all: dummy plugin
16 if ( desktop.equalsAscii( desktop_strings[DESKTOP_NONE] ) )
17 @@ -209,7 +209,7 @@
18
19 // fallback to gen
20 if( ! pInst )
21 - pInst = tryInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "gen" ) ) );
22 + pInst = tryInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "gtk" ) ) );
23
24 if( ! pInst )
25 {

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2