Need to initialize preferences.

* test/test-nautilus-preferences-display.c: (main):
	Need to initialize preferences.
This commit is contained in:
Ramiro Estrugo 2001-04-23 17:29:18 +00:00
parent 344b16ebd4
commit d9ceae6f02
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2001-04-23 Ramiro Estrugo <ramiro@eazel.com>
* test/test-nautilus-preferences-display.c: (main):
Need to initialize preferences.
2001-04-23 Ramiro Estrugo <ramiro@eazel.com>
* components/news/Makefile.am:

View file

@ -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");