summaryrefslogtreecommitdiffstats
path: root/debian/lenny/tdelibs/debian/changelog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-11 20:06:54 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-11 20:06:54 -0500
commit71ae4d910268cfb4ef4eae10df6f81094b8e43d0 (patch)
tree9c8cbefa15e02eecf613823d5ef45aa77439060a /debian/lenny/tdelibs/debian/changelog
parented29c4c89dbc11778e9c49f2644f13a97969c3b4 (diff)
downloadtde-packaging-71ae4d910268cfb4ef4eae10df6f81094b8e43d0.tar.gz
tde-packaging-71ae4d910268cfb4ef4eae10df6f81094b8e43d0.zip
Update Debian and Ubuntu build scripts to reflect X-TDE category
Diffstat (limited to 'debian/lenny/tdelibs/debian/changelog')
-rw-r--r--debian/lenny/tdelibs/debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/lenny/tdelibs/debian/changelog b/debian/lenny/tdelibs/debian/changelog
index 2969809e6..18c366029 100644
--- a/debian/lenny/tdelibs/debian/changelog
+++ b/debian/lenny/tdelibs/debian/changelog
@@ -908,12 +908,12 @@ tdelibs (4:3.5.5a.dfsg.1-4) unstable; urgency=medium
tdelibs (4:3.5.5a.dfsg.1-3) unstable; urgency=medium
* Patch: 41_x_kde_getactionmenu_no_timeout.diff
- Do not time out when waiting for the reply for the X-KDE-GetActionMenu
+ Do not time out when waiting for the reply for the X-TDE-GetActionMenu
DCOP call. DCOP protocol is synchronouos by design and a reply for the
timed out call (i.e. garbage) still arrives and might be falsely returned
as a valid reply for the subsequent DCOP call on the same connection. The
application currently known to be badly hurt by this is tdesvn and its
- konqueror service menu integration. Its X-KDE-GetActionMenu might take
+ konqueror service menu integration. Its X-TDE-GetActionMenu might take
longer than current 100 milisecond timeout to complete. As a result
then, a late reply will "pollute" a main DCOP connection of the client
application (e.g. konqueror) causing further DCOP failures.