diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-21 23:02:01 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-21 23:02:01 +0000 |
commit | b2780fdc1f751d04f920858e979c7e76883d2d6d (patch) | |
tree | 6cdaa1d4445749f851f40cac60e42b1f14132ec4 /net/kdenetwork4/files | |
parent | 8eff2b6ecba875366a3f2b628d0325b70251c147 (diff) |
Notes
Diffstat (limited to 'net/kdenetwork4/files')
-rw-r--r-- | net/kdenetwork4/files/patch-krdc_rdp_krdpview.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/kdenetwork4/files/patch-krdc_rdp_krdpview.cpp b/net/kdenetwork4/files/patch-krdc_rdp_krdpview.cpp new file mode 100644 index 000000000000..4c98cfdd8604 --- /dev/null +++ b/net/kdenetwork4/files/patch-krdc_rdp_krdpview.cpp @@ -0,0 +1,12 @@ +--- krdc/rdp/krdpview.cpp.orig Thu Feb 3 16:52:10 2005 ++++ krdc/rdp/krdpview.cpp Thu Apr 21 14:37:11 2005 +@@ -210,8 +210,8 @@ + 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())); |