Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ListView.py
diff options
context:
space:
mode:
Diffstat (limited to 'ListView.py')
-rw-r--r--ListView.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ListView.py b/ListView.py
index 426a353..43906ea 100644
--- a/ListView.py
+++ b/ListView.py
@@ -18,7 +18,7 @@ class ListView(Gtk.TreeView):
self.set_model(self.modelo)
self.__construir_columnas()
- self.__setear_path("/")
+ self.set_path("/")
self.connect("row-expanded", self.__expandir)
self.connect("row-collapsed", self.__colapsar)
@@ -37,7 +37,7 @@ class ListView(Gtk.TreeView):
self.append_column(columna1)
self.append_column(columna2)
- def __setear_path(self, path):
+ def set_path(self, path):
self.modelo.clear()
dir = os.path.basename(path)
iter = self.modelo.append(self.modelo.get_iter_first(),