disable Ubuntu indicator support. see #4942, Fixes #5271

This commit is contained in:
Yann Leboulanger 2009-09-21 21:36:04 +02:00
parent 086469a594
commit 80e4d0a36d
1 changed files with 1 additions and 1 deletions

View File

@ -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: