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" arguements << "-t"
<< Snore::toPlainText(notification.title()) << Snore::toPlainText(notification.title())
<< "-m" << "-m"
<< Snore::toPlainText(notification.text()).replace("\n","\\n"); << Snore::toPlainText(notification.text());
if(notification.icon().isValid()) if(notification.icon().isValid())
{ {
arguements << "-p" arguements << "-p"