From eb374b76229f7137a0ab70b4756bd68ee3ab331f Mon Sep 17 00:00:00 2001 From: wreis Date: Mon, 14 Sep 2009 17:35:30 +0000 Subject: fixed child_event_sinks for SearchableListViewContainer vp --- lib/Reaction/UI/ViewPort/SearchableListViewContainer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Reaction/UI/ViewPort/SearchableListViewContainer.pm b/lib/Reaction/UI/ViewPort/SearchableListViewContainer.pm index d83941b..4468275 100644 --- a/lib/Reaction/UI/ViewPort/SearchableListViewContainer.pm +++ b/lib/Reaction/UI/ViewPort/SearchableListViewContainer.pm @@ -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; -- cgit v1.2.3-54-g00ecf