summaryrefslogtreecommitdiff
path: root/sfx2
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
commite4058cfbc859a719c505aca7d9dd91a03c058885 (patch)
tree5c9385654625226aec696f9ef7077947145f1996 /sfx2
parentc3ccdabbb73bf84fa7516892683a23b1aa9ce4dd (diff)
logic reversed
Diffstat (limited to 'sfx2')
-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 371140c21e2c..5618e734deee 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;