Fix via_ipc typo.

This commit is contained in:
Florian Bruhin 2015-03-17 19:08:45 +01:00
parent 2b10adfad7
commit ca22ed02e6

View File

@ -345,7 +345,7 @@ class Application(QApplication):
via_ipc: Whether the arguments were transmitted over IPC.
cwd: The cwd to use for fuzzy_url.
"""
if ipc and not args:
if via_ipc and not args:
win_id = self._get_window(via_ipc, force_window=True)
self._open_startpage(win_id)
return