Author: justi9
Date: 2008-11-09 23:31:24 -0500 (Sun, 09 Nov 2008)
New Revision: 2775
Modified:
mgmt/trunk/cumin/python/cumin/widgets.py
Log:
By default, show the view mode of a frame when show_object is called
Modified: mgmt/trunk/cumin/python/cumin/widgets.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/widgets.py 2008-11-08 17:58:41 UTC (rev 2774)
+++ mgmt/trunk/cumin/python/cumin/widgets.py 2008-11-10 04:31:24 UTC (rev 2775)
@@ -55,7 +55,8 @@
def show_object(self, session, object):
self.object.set(session, object)
- return self.show(session)
+ self.__view.show(session)
+ return self
def get_args(self, session):
if self.object:
Show replies by date