The branch, master has been updated via 30a9d0c9d5e2dfc905211fe67ae4c985a6b557af (commit) from 63c9497ec2bab589d9eaddfd51912eeda9064d78 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 30a9d0c9d5e2dfc905211fe67ae4c985a6b557af Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Sep 25 13:49:26 2012 +0200 Make plasme-widget-x2go of new mount points of spool and mimebox share. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 +- plasmax2godialog.cpp | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index a900ec1..1514ab2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ x2goplasmabindings (3.0.1.3-0~x2go1) UNRELEASED; urgency=low * New upstream version (3.0.1.3): - - Continue development... + - Make plasme-widget-x2go of new mount points of spool and mimebox share. * /debian/control: + Maintainer change in package: X2Go Developers <x2go-dev@lists.berlios.de>. + Priorty: optional. diff --git a/plasmax2godialog.cpp b/plasmax2godialog.cpp index 1e645d6..038b57c 100644 --- a/plasmax2godialog.cpp +++ b/plasmax2godialog.cpp @@ -150,7 +150,11 @@ void PlasmaX2goDialog::slotUpdateItemsProcFinished(int, QProcess::ExitStatus exi if (lstArr.count()>=2) { lstArr[1].replace(" ",""); - if ((lstArr[1].indexOf("/tmp/spool_"+user.loginName())!=0) && (lstArr[1].indexOf("/tmp/mime_"+user.loginName())!=0)) + if ((lstArr[1].indexOf("/tmp/spool_"+user.loginName())!=0) && + (lstArr[1].indexOf("/tmp/mime_"+user.loginName())!=0) && + (lstArr[1].indexOf("/tmp/.x2go-"+user.loginName()+"/spool")!=0) && + (lstArr[1].indexOf("/tmp/.x2go-"+user.loginName()+"/mimebox")!=0) + ) actItems<<lstArr[1]; } } hooks/post-receive -- x2goplasmabindings.git (Plasma/KDE4 Widget for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goplasmabindings.git" (Plasma/KDE4 Widget for X2Go).