diff options
author | Marcel Dijkstra <[email protected]> | 2013-01-17 20:51:56 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-17 20:55:23 +0100 |
commit | 46c4c36e0aa6244b292e647061d90c3ab6312f90 (patch) | |
tree | 77778b8e5fbf75baf1603261797b08937d9b9955 /src/terminal-util.h | |
parent | 7d6b297873d9ccd0117d2d508d642d479295582b (diff) | |
download | mate-terminal-46c4c36e0aa6244b292e647061d90c3ab6312f90.tar.bz2 mate-terminal-46c4c36e0aa6244b292e647061d90c3ab6312f90.tar.xz |
Migrate to GSettings
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); |