aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/stats/statistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/stats/statistics.c')
-rw-r--r--src/plugins/stats/statistics.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/stats/statistics.c b/src/plugins/stats/statistics.c
index 2ed6da3f..ace9615e 100644
--- a/src/plugins/stats/statistics.c
+++ b/src/plugins/stats/statistics.c
@@ -444,8 +444,9 @@ init_stats (struct GNUNET_GE_Context *ectx,
444 statusConnexionsLabel = 444 statusConnexionsLabel =
445 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (), 445 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (),
446 "statusConnexionsLabel"); 446 "statusConnexionsLabel");
447 gtk_label_set_width_chars (GTK_LABEL(statusConnexionsLabel), 447 gtk_label_set_width_chars (GTK_LABEL (statusConnexionsLabel),
448 g_utf8_strlen (_("Connected to %Lu peers"), 40) - 1); 448 g_utf8_strlen (_("Connected to %Lu peers"),
449 40) - 1);
449 statusConnexionsBox = 450 statusConnexionsBox =
450 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (), 451 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (),
451 "statusConnexionsBox"); 452 "statusConnexionsBox");