diff options
author | Scott Balneaves <[email protected]> | 2013-04-08 15:44:59 -0500 |
---|---|---|
committer | Scott Balneaves <[email protected]> | 2013-04-08 15:44:59 -0500 |
commit | 14885e3eee9f3b7b6611e50ef92a87a7e36f469a (patch) | |
tree | 8906a9494999c3444083995c044c237881bdde10 /src/terminal-util.h | |
parent | ec2d4f706027c19d858572d1305733219fab280f (diff) | |
download | mate-terminal-14885e3eee9f3b7b6611e50ef92a87a7e36f469a.tar.bz2 mate-terminal-14885e3eee9f3b7b6611e50ef92a87a7e36f469a.tar.xz |
Fix crashing on start with proxy set, properly set all proxy env vars
Diffstat (limited to 'src/terminal-util.h')
-rw-r--r-- | src/terminal-util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/terminal-util.h b/src/terminal-util.h index 1e54388..9cf7f85 100644 --- a/src/terminal-util.h +++ b/src/terminal-util.h @@ -29,6 +29,9 @@ G_BEGIN_DECLS #define CONF_PROXY_SCHEMA "org.gnome.system.proxy" #define CONF_HTTP_PROXY_SCHEMA "org.gnome.system.proxy.http" +#define CONF_HTTPS_PROXY_SCHEMA "org.gnome.system.proxy.https" +#define CONF_FTP_PROXY_SCHEMA "org.gnome.system.proxy.ftp" +#define CONF_SOCKS_PROXY_SCHEMA "org.gnome.system.proxy.socks" void terminal_util_set_unique_role (GtkWindow *window, const char *prefix); |