aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/gnunet-statistics-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/gnunet-statistics-gtk.c')
-rw-r--r--src/statistics/gnunet-statistics-gtk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/statistics/gnunet-statistics-gtk.c b/src/statistics/gnunet-statistics-gtk.c
index 303b53f1..21ee3182 100644
--- a/src/statistics/gnunet-statistics-gtk.c
+++ b/src/statistics/gnunet-statistics-gtk.c
@@ -256,7 +256,6 @@ run (void *cls)
256 256
257 /* setup main window */ 257 /* setup main window */
258 main_window = GTK_WIDGET (get_object ("GNUNET_STATISTICS_GTK_main_window")); 258 main_window = GTK_WIDGET (get_object ("GNUNET_STATISTICS_GTK_main_window"));
259 main_window = GNUNET_GTK_plug_me ("GNUNET_STATISTICS_GTK_PLUG", main_window);
260 gtk_window_maximize (GTK_WINDOW (main_window)); 259 gtk_window_maximize (GTK_WINDOW (main_window));
261 create_plot ("GNUNET_STATISTICS_GTK_connectivity_box", connection_data); 260 create_plot ("GNUNET_STATISTICS_GTK_connectivity_box", connection_data);
262 create_plot ("GNUNET_STATISTICS_GTK_traffic_box", traffic_data); 261 create_plot ("GNUNET_STATISTICS_GTK_traffic_box", traffic_data);