From 80e4d0a36d91d5f381561bbd1517b080133e9d50 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Mon, 21 Sep 2009 21:36:04 +0200 Subject: [PATCH] disable Ubuntu indicator support. see #4942, Fixes #5271 --- src/common/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gajim.py b/src/common/gajim.py index 9a2ff9528d..31df1b4ea2 100644 --- a/src/common/gajim.py +++ b/src/common/gajim.py @@ -183,7 +183,7 @@ else: import latex HAVE_LATEX = latex.check_for_latex_support() -HAVE_INDICATOR = True +HAVE_INDICATOR = False try: import indicate except ImportError: -- GitLab