summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2001-04-23 17:29:18 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2001-04-23 17:29:18 +0000
commitd9ceae6f024e00c4de8aca1041f22e011cb26fe3 (patch)
tree93fed90663b706bf57249015232726a328b55bb0 /test
parent344b16ebd4a809c633f10ce81787ebc925586503 (diff)
downloadnautilus-d9ceae6f024e00c4de8aca1041f22e011cb26fe3.tar.gz
Need to initialize preferences.
* test/test-nautilus-preferences-display.c: (main): Need to initialize preferences.
Diffstat (limited to 'test')
-rw-r--r--test/test-nautilus-preferences-display.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-nautilus-preferences-display.c b/test/test-nautilus-preferences-display.c
index a70809263..c4107ae63 100644
--- a/test/test-nautilus-preferences-display.c
+++ b/test/test-nautilus-preferences-display.c
@@ -4,6 +4,7 @@
#include <eel/eel-image-with-background.h>
#include <eel/eel-text-caption.h>
#include <libnautilus-extensions/nautilus-preferences.h>
+#include <libnautilus-extensions/nautilus-global-preferences.h>
static void
text_caption_update (EelTextCaption *text_caption,
@@ -243,6 +244,8 @@ main (int argc, char *argv[])
test_init (&argc, &argv);
+ nautilus_global_preferences_initialize ();
+
window = test_window_new (NULL, 4);
test_window_set_title_with_pid (GTK_WINDOW (window), "Preferences Display");