aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/gnunet-peerinfo-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/gnunet-peerinfo-gtk.c')
-rw-r--r--src/peerinfo/gnunet-peerinfo-gtk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peerinfo/gnunet-peerinfo-gtk.c b/src/peerinfo/gnunet-peerinfo-gtk.c
index 3971bee9..9683c123 100644
--- a/src/peerinfo/gnunet-peerinfo-gtk.c
+++ b/src/peerinfo/gnunet-peerinfo-gtk.c
@@ -664,6 +664,8 @@ run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
664 ats = GNUNET_ATS_performance_init (get_configuration (), &status_cb, NULL); 664 ats = GNUNET_ATS_performance_init (get_configuration (), &status_cb, NULL);
665 /* setup main window */ 665 /* setup main window */
666 main_window = GTK_WIDGET (get_object ("GNUNET_PEERINFO_GTK_main_window")); 666 main_window = GTK_WIDGET (get_object ("GNUNET_PEERINFO_GTK_main_window"));
667 main_window = GNUNET_GTK_plug_me ("GNUNET_PEERINFO_GTK_PLUG",
668 main_window);
667 ls = GTK_LIST_STORE (get_object ("GNUNET_PEERINFO_GTK_list_store")); 669 ls = GTK_LIST_STORE (get_object ("GNUNET_PEERINFO_GTK_list_store"));
668 GNUNET_assert (NULL != ls); 670 GNUNET_assert (NULL != ls);
669 gtk_window_maximize (GTK_WINDOW (main_window)); 671 gtk_window_maximize (GTK_WINDOW (main_window));