From 8d620363b7733f5703d216b3bdd73d1571778bb8 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 24 Nov 2011 01:24:00 +0100 Subject: [PATCH] * Disable UbuntuUnityHack until it's working properly. --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 171e18226..574d739f6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,14 +48,14 @@ main( int argc, char *argv[] ) AEInstallEventHandler( 'GURL', 'GURL', h, 0, false ); #endif - // Unity hack taken from Clementine's main.cpp +/* // Unity hack taken from Clementine's main.cpp #ifdef Q_OS_LINUX // In 11.04 Ubuntu decided that the system tray should be reserved for certain // whitelisted applications. Tomahawk will override this setting and insert // itself into the list of whitelisted apps. setenv( "QT_X11_NO_NATIVE_MENUBAR", "1", true ); UbuntuUnityHack hack; -#endif +#endif*/ TomahawkApp a( argc, argv );