projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
937a063
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Reaction/UI/ViewPort/SearchableListViewContainer.pm
b/lib/Reaction/UI/ViewPort/SearchableListViewContainer.pm
index
d83941b
..
4468275
100644
(file)
--- 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;