Skip to content
Snippets Groups Projects
Commit ebe2c2ba authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Application: Remove activate handler

Fixes #10318
parent bf53b5fc
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,6 @@ def __init__(self):
self.connect('handle-local-options', self._handle_local_options)
self.connect('command-line', self._command_line)
self.connect('startup', self._startup)
self.connect('activate', self._activate)
self.interface = None
......@@ -237,9 +236,6 @@ def _startup(self, _application):
ged.CORE,
self._on_feature_discovered)
def _activate(self, _application):
self.interface.roster.window.present()
def _open_uris(self, uris):
accounts = list(app.connections.keys())
if not accounts:
......@@ -327,7 +323,6 @@ def _command_line(self, _application, command_line):
self._open_uris(remaining.unpack())
return 0
self.activate()
return 0
def _handle_local_options(self,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment