Author: eallen
Date: 2008-08-21 12:10:57 -0400 (Thu, 21 Aug 2008)
New Revision: 2333
Modified:
mgmt/trunk/cumin/python/cumin/widgets.py
Log:
Fix badly defaulted id argument
Modified: mgmt/trunk/cumin/python/cumin/widgets.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/widgets.py 2008-08-21 15:05:39 UTC (rev 2332)
+++ mgmt/trunk/cumin/python/cumin/widgets.py 2008-08-21 16:10:57 UTC (rev 2333)
@@ -357,7 +357,7 @@
def get_items(self, session):
return self.__states
- def render_item_link(self, session, state, id=id):
+ def render_item_link(self, session, state, id=""):
branch = session.branch()
self.set(branch, state)
Show replies by date