Version: 3.5 (using KDE 3.4.1, Debian Package 4:3.4.1-1 (3.1)) Compiler: gcc version 3.3.6 (Debian 1:3.3.6-5) OS: Linux (i686) release 2.6.11.10 Whenever I try to send a note to myself while having "Accept incoming notes" disabled, I see "Communication error: No such file or directory".
SVN commit 496193 by brade: rewrote the networking code to use KNetwork: * fixed #110915: KNetwork has better error reporting than the previous code, now it says "connection actively refused" instead of "No such file or directory" * fixed #110838: this one was caused by an uninitialize variable, so it wasn't reproducible BUG: 110838, 110915 M +9 -0 ChangeLog M +17 -11 knotesapp.cpp M +6 -3 knotesapp.h M +31 -19 knotesnetrecv.cpp M +8 -5 knotesnetrecv.h M +20 -18 knotesnetsend.cpp M +9 -7 knotesnetsend.h