Exemplo n.º 1
0
 def activate(self, text=None):
     self._arguments += [text]
     OpenWithApplicationAction.activate(self, text)
     # Restore old arguments
     del self._arguments[-1]
Exemplo n.º 2
0
 def activate(self, text=None):
     self._arguments = [
         "--client", self._client, "--highlight-search", text, self._uri
     ]
     OpenWithApplicationAction.activate(self, text)
Exemplo n.º 3
0
 def activate(self, text=None):
     self._arguments = ["--client", self._client, "--highlight-search", text, self._uri]
     OpenWithApplicationAction.activate(self, text)
Exemplo n.º 4
0
 def activate(self, text=None):
     self._arguments += [text]
     OpenWithApplicationAction.activate(self, text)
     # Restore old arguments
     del self._arguments[-1]