]> git.pld-linux.org Git - packages/kmldonkey.git/blame - kmldonkey-submit.patch
- release 5
[packages/kmldonkey.git] / kmldonkey-submit.patch
CommitLineData
41cc6eb3
ER
1my core reports different message back
2
3kmldonkey: Connecting to 1.1.1.1:4001
4kmldonkey: CoreProtocol message, version 32
5kmldonkey: Using protocol 32
6kmldonkey: Authenticating...
7kmldonkey: Core reported version 2.5.30.17
8kmldonkey: Donkey authenticated.
9kmldonkey: Callback count incremented: 1
10kmldonkey: Submitted URL: ed2k://|file|
11kmldonkey: Callback cmd: dllink "ed2k://|file|
12kmldonkey: Callback result: Added link : ed2k://|file|
13kmldonkey: Callback count decremented: 0
14kmldonkey: Socket closed.
15kmldonkey: Donkey disconnected: 0
16
17posted also to http://bugs.kde.org/show_bug.cgi?id=105455
18
19--- kmldonkey-0.10.1/src/scripts/submit.cpp~ 2005-07-26 19:40:40.000000000 +0300
20+++ kmldonkey-0.10.1/src/scripts/submit.cpp 2005-12-18 01:53:57.000000000 +0200
21@@ -48,7 +48,7 @@
22 {
23 kdDebug() << "Callback cmd: " << cmd << endl;
24 kdDebug() << "Callback result: " << res << endl;
25- if (res.lower() != "done" && !res.contains("parsing http url", false)) {
26+ if (res.lower() != "done" && !res.contains("parsing http url", false) && !res.contains("Added link")) {
27 /*
28 if (res.contains("force_download")) {
29 if (KMessageBox::warningYesNo(0, i18n("Failed to submit URL %1\n\nForce download?")
This page took 0.060388 seconds and 4 git commands to generate.