[X2go-Commits] x2goplasmabindings.git - master (branch) updated: 8570c908d70b578ab4e84bfa508c4c05b9b6837b

X2go dev team git-admin at x2go.org
Thu Oct 13 14:06:14 CEST 2011


The branch, master has been updated
       via  8570c908d70b578ab4e84bfa508c4c05b9b6837b (commit)
      from  2a4c239ad995c06180aee82b5a0ab9d79ea9f8d0 (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 8570c908d70b578ab4e84bfa508c4c05b9b6837b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Oct 13 14:06:11 2011 +0200

    typo fix

-----------------------------------------------------------------------

Summary of changes:
 plasmax2godialog.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/plasmax2godialog.cpp b/plasmax2godialog.cpp
index 8701362..ead61da 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) & (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))
 					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).




More information about the x2go-commits mailing list