From 14c4b35e5cb638320cb20d0dc1a3c27d69172f11 Mon Sep 17 00:00:00 2001 From: "Martin T. H. Sandsmark" Date: Thu, 23 Dec 2010 15:35:55 +0100 Subject: fix startup notification when opening in an already running rekonq instance --- src/application.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/application.cpp') diff --git a/src/application.cpp b/src/application.cpp index a7575b94..41c6e762 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -54,6 +54,7 @@ #include #include #include +#include #include #include @@ -175,6 +176,8 @@ int Application::newInstance() for (int i = 1; i < urlList.count(); ++i) loadUrl( urlList.at(i), Rekonq::NewTab); + KStartupInfo::appStarted(); + } else if (!isRekonqCrashed) { if (isFirstLoad) // we are starting rekonq, for the first time with no args: use startup behaviour -- cgit v1.2.1