Ticket #246: 0001-Retrieve-port-as-int.2.patch

File 0001-Retrieve-port-as-int.2.patch, 0.8 KB (added by pingou, 21 months ago)
  • src/guake.py

    From efcd1d8d3cdc354f46bc2485e7e3394f8578b7ba Mon Sep 17 00:00:00 2001
    From: pingou <pingou@pingoured.fr>
    Date: Mon, 23 Aug 2010 09:54:35 +0200
    Subject: [PATCH] Retrieve port as int
    
    ---
     src/guake.py |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/src/guake.py b/src/guake.py
    index 6214fb2..40e688f 100644
    a b  
    10991099                ssl_port = port 
    11001100            else: 
    11011101                ssl_host = self.client.get_string('/system/proxy/secure_host') 
    1102                 ssl_port = self.client.get_string('/system/proxy/secure_port') 
     1102                ssl_port = self.client.get_int('/system/proxy/secure_port') 
    11031103 
    11041104            if self.client.get_bool(proxy + 'use_authentication'): 
    11051105                auth_user = self.client.get_string(