From 46c4c36e0aa6244b292e647061d90c3ab6312f90 Mon Sep 17 00:00:00 2001 From: Marcel Dijkstra Date: Thu, 17 Jan 2013 20:51:56 +0100 Subject: Migrate to GSettings --- src/terminal-util.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/terminal-util.h') diff --git a/src/terminal-util.h b/src/terminal-util.h index 24a5a81..1e54388 100644 --- a/src/terminal-util.h +++ b/src/terminal-util.h @@ -22,14 +22,13 @@ #define TERMINAL_UTIL_H #include -#include #include "terminal-screen.h" G_BEGIN_DECLS -#define CONF_PROXY_PREFIX "/system/proxy" -#define CONF_HTTP_PROXY_PREFIX "/system/http_proxy" +#define CONF_PROXY_SCHEMA "org.gnome.system.proxy" +#define CONF_HTTP_PROXY_SCHEMA "org.gnome.system.proxy.http" void terminal_util_set_unique_role (GtkWindow *window, const char *prefix); -- cgit v1.2.1