From 7e8d21145e06e628ac6211644cf35c2cb6fac70b Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Wed, 9 Jun 2010 15:19:43 +0000 Subject: [PATCH] Fix typo --- src/GUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index 6c920af91..e5d5d90a6 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -225,7 +225,7 @@ GUI::~GUI() { hide(); #ifdef Q_WS_MAC // Workaround to avoid bug http://bugreports.qt.nokia.com/browse/QTBUG-7305 - setUnifiedTitleAndToolBarOnMac(true); + setUnifiedTitleAndToolBarOnMac(false); #endif // Async deletion of Bittorrent session as early as possible // in order to speed up exit