Blob Blame History Raw
From 54d3b6eebf6cce38c9ed25524d9c1b73d661034c Mon Sep 17 00:00:00 2001
From: Michal Schmidt <mschmidt@redhat.com>
Date: Fri, 27 Jul 2018 17:29:17 +0200
Subject: [PATCH 3/3] Do not use global app menu

To avoid changing the UI too much in updates to stable Fedora releases,
avoid using the global app menu.
---
 gajim/common/app.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gajim/common/app.py b/gajim/common/app.py
index e8e3c7ec53..9f16d9a250 100644
--- a/gajim/common/app.py
+++ b/gajim/common/app.py
@@ -576,4 +576,4 @@ def prefers_app_menu():
         return True
     if sys.platform == 'win32':
         return False
-    return app.prefers_app_menu()
+    return False #app.prefers_app_menu()
-- 
2.17.1