diff options
Diffstat (limited to 'src/terminal-util.h')
-rw-r--r-- | src/terminal-util.h | 5 |
1 files changed, 2 insertions, 3 deletions
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 <gtk/gtk.h> -#include <mateconf/mateconf-client.h> #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); |