"Leslie P. Polzer" <[email protected]> writes:
> Care to post a patch for this one? This will make it easier for me to
> understand
> and review it.
Sure. I set it up on bitbucket.org, but here's the diff in case you
prefer it. It's not a very large change :)
diff -r ea298f9a600b src/views/types/presentations/dropdown.lisp
--- a/src/views/types/presentations/dropdown.lisp Mon Sep 07 16:50:06
2009 +0200
+++ b/src/views/types/presentations/dropdown.lisp Tue Sep 29 11:10:14
2009 -0500
@@ -33,6 +33,6 @@
:selected-value (if intermediate-value-p
intermediate-value
(when value
- (attributize-name value)))
+
(presentation-choices-default-value-key value)))
:id *presentation-dom-id*)))
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---