summary refs log tree commit diff stats
path: root/test/tc_ui.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-12-31 03:40:08 +0100
committerhut <hut@lavabit.com>2009-12-31 03:40:08 +0100
commita6791aeef4c62960563882796d993873febe7b9c (patch)
tree33f5d9f01607b0795641960436c03160cc232201 /test/tc_ui.py
parentcd603ff4d0573c407c82f40cba9a164f7373585d (diff)
downloadranger-a6791aeef4c62960563882796d993873febe7b9c.tar.gz
added documentation, clean up
Diffstat (limited to 'test/tc_ui.py')
-rw-r--r--test/tc_ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_ui.py b/test/tc_ui.py
index f509ff36..eb503c5d 100644
--- a/test/tc_ui.py
+++ b/test/tc_ui.py
@@ -17,7 +17,7 @@ class Test(unittest.TestCase):
 
 		def fakesetup():
 			self.ui.widget = Fake()
-			self.ui.add_obj(self.ui.widget)
+			self.ui.add_child(self.ui.widget)
 		self.ui.setup = fakesetup
 
 		self.ui.initialize()