aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-01 21:14:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-01 21:14:39 +0000
commit4af4767e05e41ef53dfa42cb1824a6fed3a35ee7 (patch)
treee943256b83108dd13c9dc91ae93d13a2ab990e29
parent6a5d4d1d242a21bbd78ebb289cf730de7c715b00 (diff)
downloadgnunet-gtk-4af4767e05e41ef53dfa42cb1824a6fed3a35ee7.tar.gz
gnunet-gtk-4af4767e05e41ef53dfa42cb1824a6fed3a35ee7.zip
-fix
-rw-r--r--src/lib/eventloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eventloop.c b/src/lib/eventloop.c
index d44008fe..60bd1faa 100644
--- a/src/lib/eventloop.c
+++ b/src/lib/eventloop.c
@@ -842,7 +842,7 @@ run_main_loop (void *cls, char *const *args, const char *cfgfile,
842 gtk_init (&argc, (char ***) &args); 842 gtk_init (&argc, (char ***) &args);
843 843
844 /* setup main context */ 844 /* setup main context */
845 ml->builder = GNUNET_GTK_get_new_builder (ml->main_window_file, ml); 845 ml->builder = GNUNET_GTK_get_new_builder (ml->main_window_file, NULL);
846 if (ml->builder == NULL) 846 if (ml->builder == NULL)
847 return; 847 return;
848 ml->rs = GNUNET_NETWORK_fdset_create (); 848 ml->rs = GNUNET_NETWORK_fdset_create ();