|
|
@ -231,9 +231,10 @@ notify_daemon_notify_handler(NotifyDaemon *daemon,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Send a notification request to KDE here...
|
|
|
|
// Send a notification request to KDE here...
|
|
|
|
TQString messageText = TQString(body);
|
|
|
|
TQString messageCaption = TQString::fromLocal8Bit(summary);
|
|
|
|
|
|
|
|
TQString messageText = TQString::fromLocal8Bit(body);
|
|
|
|
|
|
|
|
|
|
|
|
GTKNotifierContainer->displayMessage(TQString(summary), TQString(body), TQString(icon), x, y);
|
|
|
|
GTKNotifierContainer->displayMessage(messageCaption, messageText, TQString(icon), x, y);
|
|
|
|
|
|
|
|
|
|
|
|
return_id = 0;
|
|
|
|
return_id = 0;
|
|
|
|
|
|
|
|
|
|
|
|