diff options
author | Burt P <pburt0@gmail.com> | 2017-07-26 13:08:27 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-30 10:16:42 -0700 |
commit | 3db1caf8c29974e5aa46312084fe1585732cf236 (patch) | |
tree | 0292d831179a64643abc93f220ee87660f842162 /shell | |
parent | 650f07f6d0e01bed154c34109b45e736663a3d93 (diff) |
gtk3: some leftovers from recent commits
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'shell')
-rwxr-xr-x | shell/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell.c b/shell/shell.c index 69312db0..7607ab52 100755 --- a/shell/shell.c +++ b/shell/shell.c @@ -806,7 +806,7 @@ static gboolean update_field(gpointer data) if (shell->view_type == SHELL_VIEW_LOAD_GRAPH && gtk_tree_selection_iter_is_selected(shell->info->selection, iter)) { - load_graph_update(shell->loadgraph, atoi(value)); + load_graph_update(shell->loadgraph, atof(value)); } gtk_tree_store_set(store, iter, INFO_TREE_COL_VALUE, value, -1); |