--- a/src/js/widgets/polemicWidget.js Mon Dec 05 10:49:52 2011 +0100
+++ b/src/js/widgets/polemicWidget.js Mon Dec 05 11:28:43 2011 +0100
@@ -359,9 +359,9 @@
var matches = this._serializer.searchTweetsOccurences(searchString);
if (IriSP.countProperties(matches) > 0) {
- this._Popcorn.trigger("IriSP.PolemicWidget.matchFound");
+ this._Popcorn.trigger("IriSP.search.matchFound");
} else {
- this._Popcorn.trigger("IriSP.PolemicWidget.noMatchFound");
+ this._Popcorn.trigger("IriSP.search.noMatchFound");
}
for (var id in matches) {