diff options
author | Burt P <pburt0@gmail.com> | 2018-12-03 23:17:03 -0600 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-12-04 10:49:45 -0800 |
commit | ef03a9ce3788bdb8ce6b23564b139577c9438655 (patch) | |
tree | d32f53f38e910f868d92623a858834a7153e0a99 /shell/loadgraph-uber.c | |
parent | 3523a27c7ac77d10c3911ddee18541bbda35cbc4 (diff) |
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 <pburt0@gmail.com>
Diffstat (limited to 'shell/loadgraph-uber.c')
-rw-r--r-- | shell/loadgraph-uber.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } } |