[wwwsearch-commits] r17956 - wwwsearch/ClientForm/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Thu Sep 29 00:19:31 CEST 2005
Author: jjlee
Date: Thu Sep 29 00:19:30 2005
New Revision: 17956
Modified:
wwwsearch/ClientForm/trunk/ClientForm.py
Log:
Add back deprecation accidentally removed in rev 17951
Modified: wwwsearch/ClientForm/trunk/ClientForm.py
==============================================================================
--- wwwsearch/ClientForm/trunk/ClientForm.py (original)
+++ wwwsearch/ClientForm/trunk/ClientForm.py Thu Sep 29 00:19:30 2005
@@ -1620,6 +1620,8 @@
raise AttributeError.
"""
+ deprecation(
+ "item = control.get(...); item.selected = not item.selected")
o = self.get(name, by_label, nr)
self._set_selected_state(o, not o.selected)
More information about the wwwsearch-commits
mailing list