From 807961dffc4fcf20de1838cd7412e10bace03c69 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 24 Apr 2015 20:33:57 +0200 Subject: [PATCH] Fixed snore's inbox-notification title & type. --- src/infoplugins/generic/snorenotify/SnoreNotifyPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infoplugins/generic/snorenotify/SnoreNotifyPlugin.cpp b/src/infoplugins/generic/snorenotify/SnoreNotifyPlugin.cpp index 1cbf7309d..061a1d645 100644 --- a/src/infoplugins/generic/snorenotify/SnoreNotifyPlugin.cpp +++ b/src/infoplugins/generic/snorenotify/SnoreNotifyPlugin.cpp @@ -281,7 +281,7 @@ SnoreNotifyPlugin::inboxReceived( const QVariant& input ) } Snore::Icon icon( RESPATH "images/inbox-512x512.png" ); - notifyUser( Tomahawk::InfoSystem::InfoNowPlaying, messageText, icon ); + notifyUser( Tomahawk::InfoSystem::InfoInboxReceived, messageText, icon ); }