fixed child_event_sinks for SearchableListViewContainer vp
wreis [Mon, 14 Sep 2009 17:35:30 +0000 (17:35 +0000)]
lib/Reaction/UI/ViewPort/SearchableListViewContainer.pm

index d83941b..4468275 100644 (file)
@@ -74,7 +74,7 @@ override BUILDARGS => sub {
 };
 
 override child_event_sinks => method () {
-  ((map $self->$_, 'listview', 'search_form'), super);
+  ((map $self->$_, 'search_form', 'listview'), super);
 };
 
 1;