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