The branch, master has been updated via 2a4c239ad995c06180aee82b5a0ab9d79ea9f8d0 (commit) from 02480d36d30da928d95f1584e60953054ac1fcfd (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 2a4c239ad995c06180aee82b5a0ab9d79ea9f8d0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 13 14:05:12 2011 +0200 Make X2go plasmoid aware of MIME box shared folders. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + plasmax2godialog.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index a8a1d2b..aeecf6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ x2goplasmabindings (3.0.1.2-0~x2go2) UNRELEASED; urgency=low [ Mike Gabriel ] * New upstream version (3.0.1.2): - Tab'ified all project files. + - Make X2go plasmoid aware of MIME box shared folders. * Renaming of source package and binary package. * Depend on x2goserver (>=3.0.99.7). diff --git a/plasmax2godialog.cpp b/plasmax2godialog.cpp index 97d1570..8701362 100644 --- a/plasmax2godialog.cpp +++ b/plasmax2godialog.cpp @@ -149,7 +149,7 @@ void PlasmaX2goDialog::slotUpdateItemsProcFinished(int, QProcess::ExitStatus exi if (lstArr.count()>=2) { lstArr[1].replace(" ",""); - if (lstArr[1].indexOf("/tmp/spool_"+user.loginName())!=0) + if ((lstArr[1].indexOf("/tmp/spool_"+user.loginName())!=0) & (lstArr[1].indexOf("/tmp/mime_"+user.loginName())!=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).