[cvs-annodex] commit (/annodex): cmmlwiki/trunk/cmmlwiki/handler.py
conrad
nobody at lists.annodex.net
Tue Jan 24 14:09:02 EST 2006
Update of /annodex (new revision 1872)
Modified files:
cmmlwiki/trunk/cmmlwiki/handler.py
Log Message:
bugfix: save the autocompletion of wiki: urls in clip edit
Modified: cmmlwiki/trunk/cmmlwiki/handler.py
===================================================================
--- cmmlwiki/trunk/cmmlwiki/handler.py 2006-01-24 01:23:44 UTC (rev 1871)
+++ cmmlwiki/trunk/cmmlwiki/handler.py 2006-01-24 03:09:00 UTC (rev 1872)
@@ -451,8 +451,8 @@
values['ixc'] = self.form['ixc'].value
if (self.form.has_key('value')):
values['value'] = self.form['value'].value
- elif (self.form.has_key('')):
- values['value'] = self.form[''].value
+ elif (self.form.has_key('link')):
+ values['value'] = self.form['link'].value
else:
values['value'] = ''
--
conrad
More information about the cvs-annodex
mailing list