aboutsummaryrefslogtreecommitdiff
path: root/shell/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/shell.c')
-rw-r--r--shell/shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/shell.c b/shell/shell.c
index 1bcdb714..bfa5dc8c 100644
--- a/shell/shell.c
+++ b/shell/shell.c
@@ -844,6 +844,8 @@ static gboolean update_field(gpointer data)
if (shell->view_type == SHELL_VIEW_LOAD_GRAPH &&
gtk_tree_selection_iter_is_selected(shell->info_tree->selection,
item->iter)) {
+
+ load_graph_set_title(shell->loadgraph, fu->field_name);
load_graph_update(shell->loadgraph, atof(value));
}