summaryrefslogtreecommitdiff
path: root/src/vmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmon.c')
-rw-r--r--src/vmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmon.c b/src/vmon.c
index f7ec8ee..ebac3a1 100644
--- a/src/vmon.c
+++ b/src/vmon.c
@@ -389,7 +389,7 @@ static vmon_t * vmon_startup(int argc, char * const argv[])
goto _err_charts;
}
- vmon->chart = vwm_chart_create(vmon->charts, vmon->pid, vmon->width, vmon->height);
+ vmon->chart = vwm_chart_create(vmon->charts, vmon->pid, vmon->width, vmon->height, vmon->name);
if (!vmon->chart) {
VWM_ERROR("unable to create chart");
goto _err_charts;
© All Rights Reserved