1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

Fixed snore's inbox-notification title & type.

This commit is contained in:
Christian Muehlhaeuser
2015-04-24 20:33:57 +02:00
parent e65830643b
commit 807961dffc

View File

@@ -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 );
}