From e60139b81f3f642b90f1f10e0d3adab6421c8a81 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 19 Aug 2004 09:50:54 +0000 Subject: r1907: init the configuration and fix compiler warning metze (This used to be commit c358f11406e8aca68325a40c6bbed78c53ac024f) --- source4/gtk/tools/gregedit.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/gtk/tools/gregedit.c') diff --git a/source4/gtk/tools/gregedit.c b/source4/gtk/tools/gregedit.c index 0ec5c8e45c..081028ee18 100644 --- a/source4/gtk/tools/gregedit.c +++ b/source4/gtk/tools/gregedit.c @@ -605,6 +605,9 @@ static GtkWidget* create_savefilewin (void) POPT_TABLEEND }; + lp_load(dyn_CONFIGFILE,True,False,False); + load_interfaces(); + gtk_init (&argc, &argv); pc = poptGetContext(argv[0], argc, (const char **) argv, long_options,0); -- cgit