Blob Blame History Raw
From c1ac416838ac86c85eeec2fbd1ffc7ce570f8aca Mon Sep 17 00:00:00 2001
From: Michal Schmidt <mschmidt@redhat.com>
Date: Fri, 27 Jul 2018 17:29:17 +0200
Subject: [PATCH 4/4] 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 63b7e2e614..d586b6fe53 100644
--- a/gajim/common/app.py
+++ b/gajim/common/app.py
@@ -628,7 +628,7 @@ def prefers_app_menu():
         return True
     if sys.platform == 'win32':
         return False
-    return app.prefers_app_menu()
+    return False #app.prefers_app_menu()
 
 def get_app_window(cls, account=None):
     for win in app.get_windows():
-- 
2.20.1