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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/CExplorer.py b/CExplorer.py
index 44acc97..ead4249 100644
--- a/CExplorer.py
+++ b/CExplorer.py
@@ -59,7 +59,7 @@ class CExplorer(Gtk.Window):
self.toolbar = Toolbar()
self.entrada = Entrada()
self.area = Area()
- self.area_montajes = AreadeMontajes(self)
+ self.area_montajes = AreadeMontajes()
self.b_estado = BarradeEstado()
item = Gtk.ToolItem()