[gedit-latex] fix typo when doing the style to config.py



commit 86c1e8954941793844b8790031db7c22c2f255d1
Author: Josà Aliste <jaliste src gnome org>
Date:   Tue Jun 28 19:58:57 2011 -0400

    fix typo when doing the style to config.py

 latex/base/__init__.py |    1 +
 latex/base/config.py   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/latex/base/__init__.py b/latex/base/__init__.py
index dc5dc54..b18ea74 100644
--- a/latex/base/__init__.py
+++ b/latex/base/__init__.py
@@ -967,6 +967,7 @@ class WindowContext(object):
         """
         Return a View object
         """
+        print self.editor_scope_views, editor, view_id
         try:
             return self.editor_scope_views[editor][view_id]
         except KeyError:
diff --git a/latex/base/config.py b/latex/base/config.py
index 2e961ac..dd5954a 100644
--- a/latex/base/config.py
+++ b/latex/base/config.py
@@ -150,7 +150,7 @@ from ..bibtex.views import BibTeXOutlineView
 #                                 "BibTeXOutlineView": BibTeXOutlineView}}
 
 from ..preferences import Preferences
-LATEX_EXTENSIONS = Preferences().get("latex-extensions").split(", ")
+LATEX_EXTENSIONS = Preferences().get("latex-extensions").split(",")
 BIBTEX_EXTENSIONS = [".bib"]
 
 WINDOW_SCOPE_VIEWS = {}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]