Revert "Change application entry in indicator menu to behave like system tray icon"
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 19 Oct 2009 10:47:55 +0000 (12:47 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 19 Oct 2009 10:47:55 +0000 (12:47 +0200)
Requested by downstream.

This reverts commit 96daf18d3b7d183d41d2ce2cb0f25f10b45030e4.

src/qtui/indicatornotificationbackend.cpp

index 84e767e..fabe20c 100644 (file)
@@ -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(toggleMinimizedToTray()));
+  connect(_server, SIGNAL(serverDisplay()), QtUi::mainWindow(), SLOT(forceActivated()));
 
   if (_enabled) {
     _server->show();