Fix comment in setup_monitor
parent
1fef9b7e93
commit
80826ee11e
|
@ -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);
|
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++)
|
for (i = 0; i < SUM; i++)
|
||||||
{
|
{
|
||||||
if (global->monitor->options.show_bars)
|
if (global->monitor->options.show_bars)
|
||||||
|
|
Loading…
Reference in New Issue