[rhmessaging-commits] rhmessaging commits: r3201 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Mar 23 13:17:40 EDT 2009


Author: justi9
Date: 2009-03-23 13:17:40 -0400 (Mon, 23 Mar 2009)
New Revision: 3201

Modified:
   mgmt/trunk/cumin/python/cumin/page.py
Log:
Use ModeSet's render, not CuminPage's

Modified: mgmt/trunk/cumin/python/cumin/page.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/page.py	2009-03-23 17:16:53 UTC (rev 3200)
+++ mgmt/trunk/cumin/python/cumin/page.py	2009-03-23 17:17:40 UTC (rev 3201)
@@ -32,6 +32,9 @@
     def render_title(self, session):
         return "MRG Management"
 
+    def render_content(self, session):
+        return self.render_mode(session)
+
 class MainFrame(CuminFrame):
     def __init__(self, app, name):
         super(MainFrame, self).__init__(app, name)




More information about the rhmessaging-commits mailing list