This commit is contained in:
Patrick von Reth 2014-01-19 19:57:21 +01:00
parent bbae4fc5a6
commit fb500722f1

View File

@ -75,7 +75,7 @@ void SnoreToast::slotNotify(Notification notification)
arguements << "-t"
<< Snore::toPlainText(notification.title())
<< "-m"
<< Snore::toPlainText(notification.text()).replace("\n","\\n");
<< Snore::toPlainText(notification.text());
if(notification.icon().isValid())
{
arguements << "-p"