diff options
author | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | 2015-10-12 22:13:37 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-10-14 08:09:40 +0000 |
commit | 068c04fb06806a9345c0059545d19a416d7e60b7 (patch) | |
tree | 0a0790e03929f9e862baf9347dbe76fc10661c1e /sfx2 | |
parent | a69a786b91048d69bbb47503e3720de613935e56 (diff) |
Bump gtk+ version to 2.18
2.18 is the version available in RHEL 6 released in 2010.
Change-Id: I4cd4fc89f6b51e6f58ca72b8182f80316b1f4f88
Reviewed-on: https://gerrit.libreoffice.org/19330
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/shutdowniconunx.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/appl/shutdowniconunx.cxx b/sfx2/source/appl/shutdowniconunx.cxx index 90349f7261b0..2de5654fe28a 100644 --- a/sfx2/source/appl/shutdowniconunx.cxx +++ b/sfx2/source/appl/shutdowniconunx.cxx @@ -370,10 +370,8 @@ void plugin_init_sys_tray() { ::SolarMutexGuard aGuard; - if( /* need gtk_status to resolve */ - (gtk_check_version( 2, 10, 0 ) != NULL) || - /* we need the vcl plugin and mainloop initialized */ - !g_type_from_name( "GdkDisplay" ) ) + /* we need the vcl plugin and mainloop initialized */ + if (!g_type_from_name( "GdkDisplay" )) return; OString aLabel; |