Bugzilla – Attachment 60274 Details for
Bug 48872
Don't check for ORBit when checking for GConf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
More removal
0001-Don-t-check-for-ORBit-2.8.patch (text/plain), 3.67 KB, created by
Ross Burton
on 2012-04-18 13:30:39 UTC
(
hide
)
Description:
More removal
Filename:
MIME Type:
Creator:
Ross Burton
Created:
2012-04-18 13:30:39 UTC
Size:
3.67 KB
patch
obsolete
>From 7af0de5e2cb5659361c53fcab66c1a13bf036475 Mon Sep 17 00:00:00 2001 >From: Ross Burton <ross.burton@intel.com> >Date: Wed, 18 Apr 2012 21:26:38 +0100 >Subject: [PATCH] Don't check for ORBit < 2.8 > >ORBit 2.8 was released in 2003 so let's assume that this isn't being used. Also >the assumption is that it's coming in through GConf, which isn't true with GConf >3 onwards, released July 2011. >--- > shell/source/backends/gconfbe/gconfbackend.cxx | 4 +-- > shell/source/backends/gconfbe/makefile.mk | 2 +- > shell/source/backends/gconfbe/orbit.h | 42 ------------------------ > 3 files changed, 2 insertions(+), 46 deletions(-) > delete mode 100644 shell/source/backends/gconfbe/orbit.h > >diff --git a/shell/source/backends/gconfbe/gconfbackend.cxx b/shell/source/backends/gconfbe/gconfbackend.cxx >index 57a1a4e..a486ee8 100644 >--- a/shell/source/backends/gconfbe/gconfbackend.cxx >+++ b/shell/source/backends/gconfbe/gconfbackend.cxx >@@ -61,7 +61,6 @@ > #include "uno/lbnames.h" > > #include "gconfaccess.hxx" >-#include "orbit.h" > > namespace { > >@@ -165,8 +164,7 @@ Service::Service(): enabled_(false) { > rtl::OUString( > RTL_CONSTASCII_USTRINGPARAM("system.desktop-environment"))) >>= > desktop; >- enabled_ = desktop == "GNOME" && ((orbit_major_version == 2 && orbit_minor_version >= 8) || orbit_major_version > 2); >- // ORBit-2 versions < 2.8 cause a deadlock with the gtk+ VCL plugin >+ enabled_ = desktop == "GNOME" > } > } > >diff --git a/shell/source/backends/gconfbe/makefile.mk b/shell/source/backends/gconfbe/makefile.mk >index 9e77a08..84ec3db 100644 >--- a/shell/source/backends/gconfbe/makefile.mk >+++ b/shell/source/backends/gconfbe/makefile.mk >@@ -46,7 +46,7 @@ CFLAGS+=-DENABLE_LOCKDOWN > > .IF "$(ENABLE_GCONF)"!="" > COMPILER_WARN_ALL=TRUE >-PKGCONFIG_MODULES=gconf-2.0 gobject-2.0 ORBit-2.0 glib-2.0 >+PKGCONFIG_MODULES=gconf-2.0 gobject-2.0 glib-2.0 > .INCLUDE: pkg_config.mk > > .IF "$(OS)" == "SOLARIS" >diff --git a/shell/source/backends/gconfbe/orbit.h b/shell/source/backends/gconfbe/orbit.h >deleted file mode 100644 >index 82673a3..0000000 >--- a/shell/source/backends/gconfbe/orbit.h >+++ /dev/null >@@ -1,42 +0,0 @@ >-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ >-/************************************************************************* >- * >- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. >- * >- * Copyright 2000, 2010 Oracle and/or its affiliates. >- * >- * OpenOffice.org - a multi-platform office productivity suite >- * >- * This file is part of OpenOffice.org. >- * >- * OpenOffice.org is free software: you can redistribute it and/or modify >- * it under the terms of the GNU Lesser General Public License version 3 >- * only, as published by the Free Software Foundation. >- * >- * OpenOffice.org is distributed in the hope that it will be useful, >- * but WITHOUT ANY WARRANTY; without even the implied warranty of >- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >- * GNU Lesser General Public License version 3 for more details >- * (a copy is included in the LICENSE file that accompanied this code). >- * >- * You should have received a copy of the GNU Lesser General Public License >- * version 3 along with OpenOffice.org. If not, see >- * <http://www.openoffice.org/license.html> >- * for a copy of the LGPLv3 License. >- * >- ************************************************************************/ >- >-#ifndef INCLUDED_SHELL_SOURCE_BACKENDS_GCONFBE_ORBIT_H >-#define INCLUDED_SHELL_SOURCE_BACKENDS_GCONFBE_ORBIT_H >- >-#include "sal/config.h" >- >-#if defined __GNUC__ >-#pragma GCC system_header >-#endif >- >-#include <orbit/orbit.h> >- >-#endif >- >-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ >-- >1.7.10 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 48872
:
60248
|
60274
|
60275
|
60304