|
Hello, if I send winpopup message in lastest svn version kopete, this message never delever on specifid pc, but no error kopete show. I found, where is problem. In libwinpopup.cpp WinPopupLib::sendMessage isn't args to send message via smbclient. I fix this error and sending patch. Can you add this to svn (I dont have svn account)? -- Pali Rohár [EMAIL PROTECTED] |
--- libwinpopup.cpp 2008-09-27 16:01:34.000000000 +0200 +++ .svn/text-base/libwinpopup.cpp.svn-base 2008-08-28 14:16:45.000000000 +0200 @@ -323,7 +323,7 @@ QProcess *sender = new QProcess(this); QStringList args; args << "-M" << Destination << "-N" << "-"; - sender->start(smbClientBin, args); + sender->start(smbClientBin); sender->write(Body.toLocal8Bit()); sender->closeWriteChannel(); }
signature.asc
Description: OpenPGP digital signature
_______________________________________________ kopete-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kopete-devel
