Fix indicator server type.
authorAurelien Gateau <aurelien.gateau@canonical.com>
Mon, 28 Sep 2009 10:20:23 +0000 (12:20 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 28 Sep 2009 13:49:19 +0000 (15:49 +0200)
This way Quassel appears in GNOME indicator as well.

src/qtui/indicatornotificationbackend.cpp

index 6db9042..ec76443 100644 (file)
@@ -46,7 +46,7 @@ IndicatorNotificationBackend::IndicatorNotificationBackend(QObject *parent)
   notificationSettings.notify("Indicator/Enabled", this, SLOT(enabledChanged(const QVariant &)));
 
   _server = QIndicate::Server::defaultInstance();
-  _server->setType("messaging");
+  _server->setType("message.irc");
   _server->setDesktopFile(XSTR(DESKTOP_FILE));
   connect(_server, SIGNAL(serverDisplay()), QtUi::mainWindow(), SLOT(forceActivated()));