summaryrefslogtreecommitdiff
path: root/irc/kvirc/files/patch-ad
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-02-02 11:40:01 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-02-02 11:40:01 +0000
commite82c7b575b167475ece30ec08e492643a050d4a3 (patch)
treeb514be75f192304ae8e48b6752ec05b4268aeb02 /irc/kvirc/files/patch-ad
parentRemove Aqua theme for copyrights, (diff)
Update to 2.1.0.
Notes
Notes: svn path=/head/; revision=37905
Diffstat (limited to 'irc/kvirc/files/patch-ad')
-rw-r--r--irc/kvirc/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/kvirc/files/patch-ad b/irc/kvirc/files/patch-ad
deleted file mode 100644
index 386d7f4d8190..000000000000
--- a/irc/kvirc/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/kvirc/kvi_dcc_send.cpp Sat Dec 18 08:29:12 1999
-+++ src/kvirc/kvi_dcc_send.cpp.new Sat Jan 29 17:47:32 2000
-@@ -770,7 +770,7 @@
- kvi_threadTestCancel();
-
- dcc->tmpBuffer.sprintf(__tr("Connected to %s on port %u"),dcc->szAddress.ptr(),dcc->uPort);
-- KviDccEvent * e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr());
-+ e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr());
- g_pThreadEventDispatcher->postEvent(e,dcc->dccSendParent);
-
- kvi_threadTestCancel();