summaryrefslogtreecommitdiff
blob: 801e76fb10fcada1d2cc535623f5a64c96cdc404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
http://bugs.gentoo.org/336068
https://bugzilla.redhat.com/show_bug.cgi?id=626303
http://guake.org/ticket/246

--- src/guake.py
+++ src/guake.py
@@ -1099,7 +1099,7 @@
                 ssl_port = port
             else:
                 ssl_host = self.client.get_string('/system/proxy/secure_host')
-                ssl_port = self.client.get_string('/system/proxy/secure_port')
+                ssl_port = self.client.get_int('/system/proxy/secure_port')
 
             if self.client.get_bool(proxy + 'use_authentication'):
                 auth_user = self.client.get_string(