From 06cb02c73696d65f90ff6a061eb224d078c4d27e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 31 Dec 2013 18:29:11 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/main.py b/src/calibre/gui2/tweak_book/main.py index 6936e04170..ffd479cf6e 100644 --- a/src/calibre/gui2/tweak_book/main.py +++ b/src/calibre/gui2/tweak_book/main.py @@ -36,7 +36,8 @@ def _run(args, notify=None): if iswindows: # Ensure that all ebook editor instances are grouped together in the task - # bar + # bar. This prevents them from being grouped with viewer process when + # launched from within calibre, as both use calibre-parallel.exe import ctypes try: ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID('com.calibre-ebook.edit-book')