summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-04-14 15:39:17 +0200
committerKurt Zenker <kz@openoffice.org>2010-04-14 15:39:17 +0200
commitde074f2857ab86ff425f010cd0e53dadc040c9a5 (patch)
treea36be6b544acbc37505a5262b404e54d3b8f4f8c
parent4f2def4221587cb4b903eb383e80bfaf53614bd3 (diff)
masterfix: #i110833# patch applied to prevent a build error without GTK
-rw-r--r--extensions/source/plugin/unx/npwrap.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/source/plugin/unx/npwrap.cxx b/extensions/source/plugin/unx/npwrap.cxx
index 1be5f9f42a03..387de8cde24d 100644
--- a/extensions/source/plugin/unx/npwrap.cxx
+++ b/extensions/source/plugin/unx/npwrap.cxx
@@ -482,7 +482,9 @@ int main( int argc, char **argv)
medDebug( 1, "left plugin app main loop\n" );
+ #ifdef ENABLE_GTK
g_source_remove(xt_polling_timer_id);
+ #endif
pNP_Shutdown();
medDebug( 1, "NP_Shutdown done\n" );