From ef03a9ce3788bdb8ce6b23564b139577c9438655 Mon Sep 17 00:00:00 2001 From: Burt P Date: Mon, 3 Dec 2018 23:17:03 -0600 Subject: Replaces the uber-graph submodule with a local fork Includes the hardinfo-required source files directly instead of using a git submodule. The original is unmaintained. Signed-off-by: Burt P --- shell/loadgraph-uber.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/loadgraph-uber.c b/shell/loadgraph-uber.c index 61964b37..0ed9b463 100644 --- a/shell/loadgraph-uber.c +++ b/shell/loadgraph-uber.c @@ -82,7 +82,7 @@ void load_graph_clear(LoadGraph * lg) for (i = 0; i < LG_MAX_LINES; i++) { lg->cur_value[i] = UBER_LINE_GRAPH_NO_VALUE; } - uber_graph_scale_changed(lg->uber_widget); + uber_graph_scale_changed(UBER_GRAPH(lg->uber_widget)); } } -- cgit v1.2.3