Gentoo Archives: gentoo-commits

From: "Andreas Proschofsky (suka)" <suka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/openoffice/files: npwrap-fix-nogtk.diff
Date: Mon, 22 Feb 2010 17:22:38
Message-Id: E1NjbzR-0004KY-0A@stork.gentoo.org
1 suka 10/02/22 17:22:36
2
3 Added: npwrap-fix-nogtk.diff
4 Log:
5 Fix build problems without gtk, see bug #306181
6 (Portage version: 2.2_rc63/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 app-office/openoffice/files/npwrap-fix-nogtk.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/npwrap-fix-nogtk.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/npwrap-fix-nogtk.diff?rev=1.1&content-type=text/plain
13
14 Index: npwrap-fix-nogtk.diff
15 ===================================================================
16 --- extensions/source/plugin/unx/npwrap.cxx 2010-02-22 02:31:31.000000000 +0300
17 +++ extensions/source/plugin/unx/npwrap.cxx 2010-02-22 02:32:04.000000000 +0300
18 @@ -485,7 +485,9 @@
19
20 medDebug( 1, "left plugin app main loop\n" );
21
22 + #ifdef ENABLE_GTK
23 g_source_remove(xt_polling_timer_id);
24 + #endif
25
26 pNP_Shutdown();
27 medDebug( 1, "NP_Shutdown done\n" );