diff options
Diffstat (limited to 'src/setup/gnunet-setup.c')
-rw-r--r-- | src/setup/gnunet-setup.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/setup/gnunet-setup.c b/src/setup/gnunet-setup.c index 2f564667..c1ea2520 100644 --- a/src/setup/gnunet-setup.c +++ b/src/setup/gnunet-setup.c | |||
@@ -324,6 +324,12 @@ run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) | |||
324 | GtkWidget *main_window; | 324 | GtkWidget *main_window; |
325 | 325 | ||
326 | ml = cls; | 326 | ml = cls; |
327 | |||
328 | if (GNUNET_OK != GNUNET_GTK_main_loop_build_window (ml, NULL)) | ||
329 | { | ||
330 | return; | ||
331 | } | ||
332 | |||
327 | cfgName = GNUNET_GTK_main_loop_get_configuration_file (ml); | 333 | cfgName = GNUNET_GTK_main_loop_get_configuration_file (ml); |
328 | cfg = GNUNET_CONFIGURATION_create (); | 334 | cfg = GNUNET_CONFIGURATION_create (); |
329 | (void) GNUNET_CONFIGURATION_load (cfg, cfgName); | 335 | (void) GNUNET_CONFIGURATION_load (cfg, cfgName); |