From 025857d81d4781a95cda4e790808b05b97eb97d9 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Wed, 17 Apr 2013 20:04:45 +0400 Subject: WaE: g_type_init has been deprecated since GLib 2.36 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ied9b2c2424d780d589cb1b07df0ec38107d49829 Reviewed-on: https://gerrit.libreoffice.org/3434 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- tubes/source/manager.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tubes') diff --git a/tubes/source/manager.cxx b/tubes/source/manager.cxx index 70d9e44b87a0..a7acc3fc4692 100644 --- a/tubes/source/manager.cxx +++ b/tubes/source/manager.cxx @@ -885,7 +885,9 @@ TeleManagerImpl::TeleManagerImpl() mpFileTransferClient( NULL), mpAccountManager( NULL) { +#if !defined(GLIB_VERSION_2_36) g_type_init(); +#endif } TeleManagerImpl::~TeleManagerImpl() -- cgit v1.2.3