diff --git a/src/desktop/hotrecoll.py b/src/desktop/hotrecoll.py index c5f9b51e..8adf2052 100755 --- a/src/desktop/hotrecoll.py +++ b/src/desktop/hotrecoll.py @@ -42,7 +42,7 @@ def main(): #deb("Got window class name: [%s] name [%s]" % # (window.get_class_group().get_name(), window.get_name())) if window.get_class_group().get_name().lower() == "recoll": - if window.get_name().lower() == "recoll": + if window.get_name().lower().startswith("recoll - "): recollMain = window recollwins.append(window)