aboutsummaryrefslogtreecommitdiff
path: root/shell/loadgraph-uber.c
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:17:33 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:17:33 -0300
commit8e4d3a67a0f50a60cea7fe9e99946f313bce9633 (patch)
treef001a62c0de7f3f9c637f6d1312a6b08f38d8a53 /shell/loadgraph-uber.c
parentb493b6e27a597cecf933327613670b2eec94dbcf (diff)
parent48726c0c219ffeddb45befe0fb8621e1b2648e78 (diff)
Update upstream source from tag 'upstream/2.0.7pre'
Update to upstream version '2.0.7pre' with Debian dir a2ec7db1aec5f19fb8cfbe1c84a27b4779b604d0
Diffstat (limited to 'shell/loadgraph-uber.c')
-rw-r--r--shell/loadgraph-uber.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/loadgraph-uber.c b/shell/loadgraph-uber.c
index 08f1e2b5..eeee6051 100644
--- a/shell/loadgraph-uber.c
+++ b/shell/loadgraph-uber.c
@@ -81,11 +81,12 @@ void load_graph_set_title(LoadGraph * lg, const gchar *title)
void load_graph_clear(LoadGraph * lg)
{
- int i;
+ int i;
if (lg != NULL) {
for (i = 0; i < LG_MAX_LINES; i++) {
lg->cur_value[i] = UBER_LINE_GRAPH_NO_VALUE;
}
+ uber_line_graph_clear(UBER_LINE_GRAPH(lg->uber_widget));
uber_graph_scale_changed(UBER_GRAPH(lg->uber_widget));
}
}