Hide "no search results" text when search results are appended.
[situare] / src / application.cpp
index f331c39..51b2efe 100644 (file)
@@ -97,7 +97,7 @@ bool Application::x11EventFilter(XEvent *event)
 
                     if(m_topmost != m_windows.contains(activeWindow)) {
                         m_topmost = !m_topmost;
-                        emit topmostChanged(!m_topmost);
+                        emit topmostWindowChanged(m_topmost);
                     }
                 }
             }