From 96daf18d3b7d183d41d2ce2cb0f25f10b45030e4 Mon Sep 17 00:00:00 2001 From: Aurelien Gateau Date: Mon, 12 Oct 2009 14:50:06 +0200 Subject: [PATCH] Change application entry in indicator menu to behave like system tray icon --- src/qtui/indicatornotificationbackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtui/indicatornotificationbackend.cpp b/src/qtui/indicatornotificationbackend.cpp index fabe20ce..84e767e6 100644 --- a/src/qtui/indicatornotificationbackend.cpp +++ b/src/qtui/indicatornotificationbackend.cpp @@ -48,7 +48,7 @@ IndicatorNotificationBackend::IndicatorNotificationBackend(QObject *parent) _server = QIndicate::Server::defaultInstance(); _server->setType("message.irc"); _server->setDesktopFile(XSTR(DESKTOP_FILE)); - connect(_server, SIGNAL(serverDisplay()), QtUi::mainWindow(), SLOT(forceActivated())); + connect(_server, SIGNAL(serverDisplay()), QtUi::mainWindow(), SLOT(toggleMinimizedToTray())); if (_enabled) { _server->show(); -- 2.20.1