diff options
Diffstat (limited to 'src/lib/eventloop.c')
-rw-r--r-- | src/lib/eventloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eventloop.c b/src/lib/eventloop.c index b4459d86..7b2be94a 100644 --- a/src/lib/eventloop.c +++ b/src/lib/eventloop.c | |||
@@ -844,7 +844,7 @@ run_main_loop (void *cls, char *const *args, const char *cfgfile, | |||
844 | gtk_init (&argc, (char ***) &args); | 844 | gtk_init (&argc, (char ***) &args); |
845 | 845 | ||
846 | /* setup main context */ | 846 | /* setup main context */ |
847 | ml->builder = GNUNET_GTK_get_new_builder (ml->main_window_file); | 847 | ml->builder = GNUNET_GTK_get_new_builder (ml->main_window_file, ml); |
848 | if (ml->builder == NULL) | 848 | if (ml->builder == NULL) |
849 | return; | 849 | return; |
850 | ml->rs = GNUNET_NETWORK_fdset_create (); | 850 | ml->rs = GNUNET_NETWORK_fdset_create (); |