]> git.pld-linux.org Git - packages/kmldonkey.git/blob - kmldonkey-submit.patch
- release 5
[packages/kmldonkey.git] / kmldonkey-submit.patch
1 my core reports different message back
2
3 kmldonkey: Connecting to 1.1.1.1:4001
4 kmldonkey: CoreProtocol message, version 32
5 kmldonkey: Using protocol 32
6 kmldonkey: Authenticating...
7 kmldonkey: Core reported version 2.5.30.17
8 kmldonkey: Donkey authenticated.
9 kmldonkey: Callback count incremented: 1
10 kmldonkey: Submitted URL: ed2k://|file|
11 kmldonkey: Callback cmd: dllink "ed2k://|file|
12 kmldonkey: Callback result: Added link : ed2k://|file|
13 kmldonkey: Callback count decremented: 0
14 kmldonkey: Socket closed.
15 kmldonkey: Donkey disconnected: 0
16
17 posted 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.087337 seconds and 3 git commands to generate.