diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-05 21:43:27 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-05 21:43:27 +0200 |
commit | 45742f8351e2991d54b00189f6e0c772e257f395 (patch) | |
tree | f62e0b032ab91575725aa30a2592e3b4d40ec55c /src/caja-connect-server-dialog-main.c | |
parent | 3674c4ca12e2e33cf6669bc3701acd98c3643ec5 (diff) | |
download | caja-45742f8351e2991d54b00189f6e0c772e257f395.tar.bz2 caja-45742f8351e2991d54b00189f6e0c772e257f395.tar.xz |
convert last eel_preference users to raw mateconf
from nautilus patch:
This is moslty the lockdown stuff, but we also access the background
setting. This should be converted to use the new gsettings when they
land.
Diffstat (limited to 'src/caja-connect-server-dialog-main.c')
-rw-r--r-- | src/caja-connect-server-dialog-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/caja-connect-server-dialog-main.c b/src/caja-connect-server-dialog-main.c index bedf7f5d..83ae92b7 100644 --- a/src/caja-connect-server-dialog-main.c +++ b/src/caja-connect-server-dialog-main.c @@ -37,6 +37,7 @@ #include <eel/eel-stock-dialogs.h> #include <libcaja-private/caja-icon-names.h> +#include <libcaja-private/caja-global-preferences.h> #include "caja-window.h" #include "caja-connect-server-dialog.h" |