[X2Go-Commits] [pyhoca-gui] 11/71: CVix: fix faulty variable name

git-admin at x2go.org git-admin at x2go.org
Thu Mar 20 00:32:42 CET 2014


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

x2go pushed a commit to branch cvix/2.x
in repository pyhoca-gui.

commit 404dc79d975de8260afe504cde16035adbb3f4f2
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Feb 5 23:24:49 2014 +0100

    CVix: fix faulty variable name
---
 CVix_setup.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CVix_setup.py b/CVix_setup.py
index 155a270..1c72152 100755
--- a/CVix_setup.py
+++ b/CVix_setup.py
@@ -58,7 +58,7 @@ elif platform.system() == 'Linux':
     ]
     CVix_data_files = CVix_icon_files + CVix_desktop_files + CVix_manpage_files
 
-setup.data_files.extend([ ('icons', ["pixmaps\\CVix.ico"]), ] + CVix_files)
+setup.data_files.extend([ ('icons', ["pixmaps\\CVix.ico"]), ] + CVix_data_files)
 
 setup(
     name = PROGRAM_NAME,

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



More information about the x2go-commits mailing list