diff --git a/src/controller/mainController.py b/src/controller/mainController.py index 4aa1a5be..e9a7d0d0 100644 --- a/src/controller/mainController.py +++ b/src/controller/mainController.py @@ -394,7 +394,7 @@ class Controller(object): self.buffers.remove(buffer) del buffer - def search(self, value="", *args, **kwargs): + def search(self, event=None, value="", *args, **kwargs): """ Searches words or users in twitter. This creates a new buffer containing the search results.""" log.debug("Creating a new search...") dlg = dialogs.search.searchDialog(value)