Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/BasePanel.py
diff options
context:
space:
mode:
Diffstat (limited to 'BasePanel.py')
-rw-r--r--BasePanel.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/BasePanel.py b/BasePanel.py
index 54d8a8c..e585389 100644
--- a/BasePanel.py
+++ b/BasePanel.py
@@ -108,3 +108,10 @@ class BasePanel(Gtk.Paned):
self.infonotebook.set_path_estructura(path)
self.workpanel.abrir_archivo(os.path.join(path, main))
+
+ def abrir_archivo(self, archivo):
+ """
+ Abre archivo.
+ """
+
+ self.workpanel.abrir_archivo(archivo)