diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-05 21:59:16 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-05 21:59:16 +0200 |
commit | be3f666650c0da1aac5232291d83a51e127b005e (patch) | |
tree | 2d862d6db5c40d7957921e264469cc5dba57c88e /src/caja-file-management-properties-main.c | |
parent | 45742f8351e2991d54b00189f6e0c772e257f395 (diff) | |
download | caja-be3f666650c0da1aac5232291d83a51e127b005e.tar.bz2 caja-be3f666650c0da1aac5232291d83a51e127b005e.tar.xz |
remove latest mateconf stuff
Diffstat (limited to 'src/caja-file-management-properties-main.c')
-rw-r--r-- | src/caja-file-management-properties-main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/caja-file-management-properties-main.c b/src/caja-file-management-properties-main.c index 41bf34af..6a407b71 100644 --- a/src/caja-file-management-properties-main.c +++ b/src/caja-file-management-properties-main.c @@ -30,8 +30,6 @@ #include <libcaja-private/caja-module.h> #include <libcaja-private/caja-global-preferences.h> -#include <eel/eel-preferences.h> - #include "caja-file-management-properties.h" static void @@ -53,7 +51,6 @@ main (int argc, char *argv[]) gtk_init (&argc, &argv); - eel_preferences_init ("/apps/caja"); caja_global_preferences_init (); caja_module_setup (); |