summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-19 16:39:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-19 16:39:45 +0000
commit510e5083c143a258d8f7dab306fff1308436b17a (patch)
tree1790f7550a9174d1c264c2f37efcb12af895af91
parent7f69d20d16cdc5eac582081c9956c836b06249a1 (diff)
logic reversed
-rw-r--r--sfx2/source/appl/shutdowniconunx.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/shutdowniconunx.cxx b/sfx2/source/appl/shutdowniconunx.cxx
index 371140c21e..5618e734de 100644
--- a/sfx2/source/appl/shutdowniconunx.cxx
+++ b/sfx2/source/appl/shutdowniconunx.cxx
@@ -348,7 +348,7 @@ void SAL_DLLPUBLIC_EXPORT plugin_init_sys_tray()
::SolarMutexGuard aGuard;
if( /* need gtk_status to resolve */
- !gtk_check_version( 2, 10, 0 ) ||
+ (gtk_check_version( 2, 10, 0 ) != NULL) ||
/* we need the vcl plugin and mainloop initialized */
!g_type_from_name( "GdkDisplay" ) )
return;