[X2Go-Commits] [telekinesis] 02/02: Supporting_Services.pm: Fix typo in code that detects _NET_ACTIVE_WINDOW.

git-admin at x2go.org git-admin at x2go.org
Sun Jun 22 14:46:12 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository telekinesis.

commit 9af04197da40e10b526e62ed600696916dba834d
Author: GZNG Tech <tech at gznianguan.com>
Date:   Sun Jun 22 14:44:56 2014 +0200

    Supporting_Services.pm: Fix typo in code that detects _NET_ACTIVE_WINDOW.
---
 X2Go/Telekinesis/Client/Supporting_Services.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/X2Go/Telekinesis/Client/Supporting_Services.pm b/X2Go/Telekinesis/Client/Supporting_Services.pm
index 90bffa2..a9a511c 100644
--- a/X2Go/Telekinesis/Client/Supporting_Services.pm
+++ b/X2Go/Telekinesis/Client/Supporting_Services.pm
@@ -58,7 +58,7 @@ sub getActiveWindowAndDTSIZE {
   while (<RUN>) {
     my $line = $_;
     $line =~ s/[\n\ ]//g;
-    if ($line =~ /^_NET_ACTIVE_WINDOW\(WINDOW\):windowid#([a-z\d]{9})\,/) {
+    if ($line =~ /^_NET_ACTIVE_WINDOW\(WINDOW\):windowid#([a-z\d]{9})/) {
       $return = $1;
     } elsif ($line =~ /^_NET_DESKTOP_GEOMETRY\(CARDINAL\)\=([\d]{1,5})\,([\d]{1,5})$/) {
       $returnX = $1;

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/telekinesis.git


More information about the x2go-commits mailing list