From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NjbzS-0006hD-Cq for garchives@archives.gentoo.org; Mon, 22 Feb 2010 17:22:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE770E0B31; Mon, 22 Feb 2010 17:22:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D08AEE0B31 for ; Mon, 22 Feb 2010 17:22:37 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 722D91B40A5 for ; Mon, 22 Feb 2010 17:22:37 +0000 (UTC) Received: from suka by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NjbzR-0004KY-0A for gentoo-commits@lists.gentoo.org; Mon, 22 Feb 2010 17:22:37 +0000 From: "Andreas Proschofsky (suka)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, suka@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-office/openoffice/files: npwrap-fix-nogtk.diff X-VCS-Repository: gentoo-x86 X-VCS-Files: npwrap-fix-nogtk.diff X-VCS-Directories: app-office/openoffice/files X-VCS-Committer: suka X-VCS-Committer-Name: Andreas Proschofsky Content-Type: text/plain; charset=utf8 Message-Id: Sender: Andreas Proschofsky Date: Mon, 22 Feb 2010 17:22:37 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5c9756ac-3442-466d-907c-9518b0e10e34 X-Archives-Hash: 69dbec883981e0b424ec01528cf37e48 suka 10/02/22 17:22:36 Added: npwrap-fix-nogtk.diff Log: Fix build problems without gtk, see bug #306181 (Portage version: 2.2_rc63/cvs/Linux i686) Revision Changes Path 1.1 app-office/openoffice/files/npwrap-fix-nogtk.diff file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoff= ice/files/npwrap-fix-nogtk.diff?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoff= ice/files/npwrap-fix-nogtk.diff?rev=3D1.1&content-type=3Dtext/plain Index: npwrap-fix-nogtk.diff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- extensions/source/plugin/unx/npwrap.cxx 2010-02-22 02:31:31.000000000= +0300 +++ extensions/source/plugin/unx/npwrap.cxx 2010-02-22 02:32:04.000000000= +0300 @@ -485,7 +485,9 @@ =20 medDebug( 1, "left plugin app main loop\n" ); =20 + #ifdef ENABLE_GTK g_source_remove(xt_polling_timer_id); + #endif =20 pNP_Shutdown(); medDebug( 1, "NP_Shutdown done\n" );