[Xfce4-commits] <xfce4-netload-plugin:master> Fix comment in setup_monitor
Mike Massonnet
noreply at xfce.org
Fri Jun 1 17:10:03 CEST 2012
Updating branch refs/heads/master
to 80826ee11e479f7fefb050f9481d43f1b3d86796 (commit)
from 1fef9b7e93e83049acab49e9c6badc912e9387eb (commit)
commit 80826ee11e479f7fefb050f9481d43f1b3d86796
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Fri Jun 1 17:09:07 2012 +0200
Fix comment in setup_monitor
panel-plugin/netload.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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)
More information about the Xfce4-commits
mailing list