[X2Go-Commits] [pyhoca-gui] 01/02: add new icon symlinks (fix for commit 83bbf02)

git-admin at x2go.org git-admin at x2go.org
Tue Apr 15 21:10:46 CEST 2014


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

x2go pushed a commit to branch master
in repository pyhoca-gui.

commit ce8b4e1e070d3c01298d5d1e2410529606567a78
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Apr 15 21:07:55 2014 +0200

    add new icon symlinks (fix for commit 83bbf02)
---
 icons/PyHoca/32x32/connect_error.png              |  Bin 0 -> 1674 bytes
 icons/PyHoca/64x64/connect_error.png              |  Bin 0 -> 3973 bytes
 icons/PyHoca/scalable/connect_error.svg           |    1 +
 icons_symlinked/PyHoca/32x32/connect_error.png    |    1 +
 icons_symlinked/PyHoca/64x64/connect_error.png    |    1 +
 icons_symlinked/PyHoca/scalable/connect_error.svg |    1 +
 pyhoca/wxgui/profilemanager.py                    |    5 ++++-
 7 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/icons/PyHoca/32x32/connect_error.png b/icons/PyHoca/32x32/connect_error.png
new file mode 100644
index 0000000..030d8c5
Binary files /dev/null and b/icons/PyHoca/32x32/connect_error.png differ
diff --git a/icons/PyHoca/64x64/connect_error.png b/icons/PyHoca/64x64/connect_error.png
new file mode 100644
index 0000000..6811d8e
Binary files /dev/null and b/icons/PyHoca/64x64/connect_error.png differ
diff --git a/icons/PyHoca/scalable/connect_error.svg b/icons/PyHoca/scalable/connect_error.svg
new file mode 120000
index 0000000..3b41d91
--- /dev/null
+++ b/icons/PyHoca/scalable/connect_error.svg
@@ -0,0 +1 @@
+dialog-error.svg
\ No newline at end of file
diff --git a/icons_symlinked/PyHoca/32x32/connect_error.png b/icons_symlinked/PyHoca/32x32/connect_error.png
new file mode 120000
index 0000000..ab8db5e
--- /dev/null
+++ b/icons_symlinked/PyHoca/32x32/connect_error.png
@@ -0,0 +1 @@
+dialog-error.png
\ No newline at end of file
diff --git a/icons_symlinked/PyHoca/64x64/connect_error.png b/icons_symlinked/PyHoca/64x64/connect_error.png
new file mode 120000
index 0000000..ab8db5e
--- /dev/null
+++ b/icons_symlinked/PyHoca/64x64/connect_error.png
@@ -0,0 +1 @@
+dialog-error.png
\ No newline at end of file
diff --git a/icons_symlinked/PyHoca/scalable/connect_error.svg b/icons_symlinked/PyHoca/scalable/connect_error.svg
new file mode 120000
index 0000000..3b41d91
--- /dev/null
+++ b/icons_symlinked/PyHoca/scalable/connect_error.svg
@@ -0,0 +1 @@
+dialog-error.svg
\ No newline at end of file
diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index 36b43a0..8d75e01 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -876,6 +876,9 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
         self.ProfileName.SetValue(self.profile_config['name'])
         self.SetSessionWindowTitle.SetValue(self.profile_config['setsessiontitle'])
         self.CustomSessionWindowTitle.SetValue(self.profile_config['sessiontitle'])
+
+        print self.profile_config['host'], type(self.profile_config['host'])
+
         if type(self.profile_config['host']) is types.ListType:
             self.Host.SetValue(",".join(self.profile_config['host']))
         else:
@@ -1998,7 +2001,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
 
         """
         if self.UseSSHProxy.GetValue():
-            self.profile_config_bak['host'] = self.Host.GetValue()
+            self.profile_config_bak['host'] = self.Host.GetValue().split(',')
             self.profile_config_bak['sshport'] = self.SSHPort.GetValue()
         self._toggle_SSHProxy()
 

--
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