From 80826ee11e479f7fefb050f9481d43f1b3d86796 Mon Sep 17 00:00:00 2001 From: Mike Massonnet Date: Fri, 1 Jun 2012 17:09:07 +0200 Subject: [PATCH] Fix comment in setup_monitor --- panel-plugin/netload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-plugin/netload.c b/panel-plugin/netload.c index d1eea63..d64e7bc 100644 --- a/panel-plugin/netload.c +++ b/panel-plugin/netload.c @@ -486,7 +486,7 @@ static void setup_monitor(t_global_monitor *global, gboolean supress_warnings) gtk_widget_modify_fg(global->monitor->sent_label, GTK_STATE_NORMAL, NULL); } - /* Create the progress bars */ + /* Setup the progress bars */ for (i = 0; i < SUM; i++) { if (global->monitor->options.show_bars)