[gedit-latex] Rename base/decorators as base/tabdecorator



commit 510f0122b49eedfaf5cf2e2de96f01fff8f071c0
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Sep 30 19:33:23 2011 +0200

    Rename base/decorators as base/tabdecorator

 latex/base/Makefile.am                        |    2 +-
 latex/base/{decorators.py => tabdecorator.py} |    0
 latex/base/windowactivatable.py               |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/latex/base/Makefile.am b/latex/base/Makefile.am
index 546d31d..5da04fb 100644
--- a/latex/base/Makefile.am
+++ b/latex/base/Makefile.am
@@ -4,11 +4,11 @@ plugin_PYTHON = \
 	action.py \
 	completion.py \
 	config.py \
-	decorators.py \
 	editor.py \
 	file.py \
 	__init__.py \
 	job.py \
+	tabdecorator.py \
 	templates.py \
 	windowactivatable.py
 
diff --git a/latex/base/decorators.py b/latex/base/tabdecorator.py
similarity index 100%
rename from latex/base/decorators.py
rename to latex/base/tabdecorator.py
diff --git a/latex/base/windowactivatable.py b/latex/base/windowactivatable.py
index 40e935e..9a8a41f 100644
--- a/latex/base/windowactivatable.py
+++ b/latex/base/windowactivatable.py
@@ -32,7 +32,7 @@ from ..preferences.dialog import PreferencesDialog
 from ..preferences.tools import ToolPreferences
 from ..tools import ToolAction
 from .config import EDITOR_SCOPE_VIEWS, ACTIONS
-from .decorators import GeditTabDecorator
+from .tabdecorator import GeditTabDecorator
 from ..resources import Resources
 from . import PanelView, WindowContext
 from .file import File



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