summaryrefslogtreecommitdiff
path: root/net/kdenetwork3/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-05-31 14:34:59 +0000
committermarkd <markd@pkgsrc.org>2005-05-31 14:34:59 +0000
commit740e402e39e4d6c4d2b426957f4f6cc5d5dfd914 (patch)
treed446cbaa422894d6134a446f8b737ad4932ecc21 /net/kdenetwork3/patches
parentded9b1391d2f3a5878dfac6d5873ccd9d1343cd9 (diff)
downloadpkgsrc-740e402e39e4d6c4d2b426957f4f6cc5d5dfd914.tar.gz
Update to KDE 3.4.1
Changes: * Kopete: Fix crash when KDE logout * Kopete: Fix crash when drag&drop a temporary contact to the list. * Kopete: Fix crash when ignoring messages from non-buddies * Kopete: Resize correctly wide photos * Kopete: Change the effect applied on offline status icon in order to let see the color * Kopete: Update the contactlist whan KDE (fonts) settings changes. * Kopete: Don't send empty messages when holding enter * Kopete: MSN: Don't dissconnect people using webmessenger.msn.com when sending message with default font * Kopete: MSN: Make the timeout option for away message works. * Kopete: MSN: Fix the reverse list button. * Kopete: MSN: Fix connections problems * Kopete: MSN: Avatars downloaded correctly by third client like Gaim * Kopete: MSN: Show font and colors settings * Kopete: MSN: Scale the display picture * Kopete: Yahoo: Fix big fonts * Kopete: Yahoo: fix problems when sending messages * Kopete: ICQ: Display only one error when we hit an unknown error * Kopete: ICQ: fix "Online Sice" * Kopete: ICQ and AIM: Fix typing notifycation * Kopete: ICQ and AIM: Escape HTML correctly * Kopete: Latex: Blacklist some latex command * Kopete: GroupWise: copy and paste in contact property dialog
Diffstat (limited to 'net/kdenetwork3/patches')
-rw-r--r--net/kdenetwork3/patches/patch-an14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/kdenetwork3/patches/patch-an b/net/kdenetwork3/patches/patch-an
deleted file mode 100644
index bb17a1e54c1..00000000000
--- a/net/kdenetwork3/patches/patch-an
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-an,v 1.7 2005/03/30 12:26:45 markd Exp $
-
---- krdc/rdp/krdpview.cpp.orig 2005-03-30 15:24:53.000000000 +1200
-+++ krdc/rdp/krdpview.cpp
-@@ -210,8 +210,8 @@ bool KRdpView::start()
- if(!m_user.isEmpty()) { *m_process << "-u" << m_user; }
- if(!m_password.isEmpty()) { *m_process << "-p" << m_password; }
- *m_process << "-X" << ("0x" + QString::number(m_container->winId(), 16));
-- *m_process << (m_host + ":" + QString::number(m_port));
- *m_process << "-a" << QString::number(hp->colorDepth());
-+ *m_process << (m_host + ":" + QString::number(m_port));
- connect(m_process, SIGNAL(processExited(KProcess *)), SLOT(processDied(KProcess *)));
- connect(m_process, SIGNAL(receivedStderr(KProcess *, char *, int)), SLOT(receivedStderr(KProcess *, char *, int)));
- connect(m_container, SIGNAL(embeddedWindowDestroyed()), SLOT(connectionClosed()));