[d-feet/pygi] Don't expand the whole introspection tree



commit 26e4089a43f362f55cd175238ac409dc30e2bebd
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date:   Tue Oct 9 19:34:01 2012 +0200

    Don't expand the whole introspection tree

 dfeet/introspection.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/dfeet/introspection.py b/dfeet/introspection.py
index 74acfdc..b68d2e2 100644
--- a/dfeet/introspection.py
+++ b/dfeet/introspection.py
@@ -201,8 +201,6 @@ class AddressInfo():
                     pass
 
                 self.introspect_box.show_all()
-                #TODO: remove this and add a button to expand the whole tree!?
-                self.__treeview.expand_all()
 
 
     def __dbus_node_introspect(self, object_path):



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