From ca22ed02e6f9799ad751671217152767fbfccde2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 17 Mar 2015 19:08:45 +0100 Subject: [PATCH] Fix via_ipc typo. --- qutebrowser/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/app.py b/qutebrowser/app.py index 735bec797..f30dbf078 100644 --- a/qutebrowser/app.py +++ b/qutebrowser/app.py @@ -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