Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/CExplorer.py
diff options
context:
space:
mode:
Diffstat (limited to 'CExplorer.py')
-rw-r--r--CExplorer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/CExplorer.py b/CExplorer.py
index 316022c..b1d6094 100644
--- a/CExplorer.py
+++ b/CExplorer.py
@@ -54,7 +54,7 @@ class CExplorer(activity.Activity):
self.entrada = Wid.Entrada(self.direccion)
scrolled_montajes = Gtk.ScrolledWindow()
scrolled = Gtk.ScrolledWindow()
- self.area_montajes = Wid.Area_de_Montajes(self)
+ self.area_montajes = Wid.AreadeMontajes(self)
self.area = Wid.Area(self)
#****** Toolbar ******
@@ -94,7 +94,7 @@ class CExplorer(activity.Activity):
#****** Otros Widgets ******
paned = Gtk.Paned()
- self.b_estado = Wid.Barra_de_Estado()
+ self.b_estado = Wid.BarradeEstado()
self.vbox.pack_start(self.entrada, False, False, 5)
self.vbox.pack_start(paned, True, True, 0)