fixed init of default backend on linux

This commit is contained in:
Patrick von Reth 2014-01-20 18:46:29 +01:00
parent 07e777ac01
commit a7b81ffe07
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ bool SnoreCore::setPrimaryNotificationBackend()
return true;
}
#elif defined(Q_OS_LINUX)
if( backends.contains("FreedesktopNotification_Backend"))
if( backends.contains("FreedesktopNotification"))
{
return setPrimaryNotificationBackend("FreedesktopNotification");
}