| 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 |
{
|