[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kopete-devel
Subject:    [kopete-devel] Cant send winpopup message
From:       Pali Rohár <pali.rohar () gmail ! com>
Date:       2008-09-27 14:28:16
Message-ID: 48DE4300.2050202 () gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/signed)]

[Attachment #4 (multipart/mixed)]

[Attachment #6 (text/html)]

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
if I send winpopup message in lastest svn version kopete, this message
never delever on specifid pc, but no error kopete show.<br>
<br>
I found, where is problem. In libwinpopup.cpp WinPopupLib::sendMessage
isn't args to send message via smbclient.<br>
I fix this error and sending patch. Can you add this to svn (I dont
have svn account)?<br>
<br>
-- <br>
Pali Rohár<br>
<a class="moz-txt-link-abbreviated" href="mailto:pali.rohar@gmail.com">pali.rohar@gmail.com</a><br>
</body>
</html>

["send.patch" (text/x-patch)]

--- 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" (application/pgp-signature)]

_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic