diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-05 12:36:04 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-05 12:36:04 +0200 |
commit | 6f15dc7cc1be8b98bbc1f5edd963ff89076295ee (patch) | |
tree | 04a0b2971e10ce57880360f63147b2d137b84b2a /src/caja-file-management-properties-main.c | |
parent | 373da58a33a4242f3d91771fd304ba8bb3d55e61 (diff) | |
download | caja-6f15dc7cc1be8b98bbc1f5edd963ff89076295ee.tar.bz2 caja-6f15dc7cc1be8b98bbc1f5edd963ff89076295ee.tar.xz |
start migration to gsettings
Diffstat (limited to 'src/caja-file-management-properties-main.c')
-rw-r--r-- | src/caja-file-management-properties-main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/caja-file-management-properties-main.c b/src/caja-file-management-properties-main.c index ba5ee984..41bf34af 100644 --- a/src/caja-file-management-properties-main.c +++ b/src/caja-file-management-properties-main.c @@ -28,6 +28,7 @@ #include <glib/gi18n.h> #include <libcaja-private/caja-module.h> +#include <libcaja-private/caja-global-preferences.h> #include <eel/eel-preferences.h> @@ -53,6 +54,7 @@ main (int argc, char *argv[]) gtk_init (&argc, &argv); eel_preferences_init ("/apps/caja"); + caja_global_preferences_init (); caja_module_setup (); |