switch over to sub style from AUTOLOAD style (Widget transition)
[catagits/Reaction.git] / lib / Reaction / UI / Widget / DisplayField / List.pm
index e0f24d5..f53b704 100644 (file)
@@ -5,7 +5,7 @@ use Reaction::UI::WidgetClass;
 class List, which {
   fragment widget [ qw/label list item/ ];
   fragment label  [ string { $_{viewport}->label } ];
-  fragment list   [ item over func('viewport', 'value_names') ];
+  fragment list   [ item => over func('viewport', 'value_names') ];
   fragment item   [ string { $_ } ];
 };