aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-09-14 17:35:30 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-09-14 17:35:30 +0000
commiteb374b76229f7137a0ab70b4756bd68ee3ab331f (patch)
treec6976a1b51ebe2d17af51ef52e8a6b073c781218 /lib
parent937a063b53e0f0c039e513dc14c4bb86ae742bd5 (diff)
downloadreaction-eb374b76229f7137a0ab70b4756bd68ee3ab331f.tar.gz
reaction-eb374b76229f7137a0ab70b4756bd68ee3ab331f.zip
fixed child_event_sinks for SearchableListViewContainer vp
Diffstat (limited to 'lib')
-rw-r--r--lib/Reaction/UI/ViewPort/SearchableListViewContainer.pm2
1 files changed, 1 insertions, 1 deletions
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;