src/js/widgets/polemicWidget.js
branchpopcorn-port
changeset 398 d1883378b822
parent 395 5766e8238aaf
child 443 7612eced3867
--- 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) {