From 6777c7f45bb9470bd95da5e6540dc11f0097a44f Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 28 Jul 2010 16:56:32 +0200 Subject: [PATCH] "list graphs" action: Add link to display dynamic graphs, too. --- src/action_list_graphs.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/action_list_graphs.c b/src/action_list_graphs.c index f59da7c..ac37cc0 100644 --- a/src/action_list_graphs.c +++ b/src/action_list_graphs.c @@ -88,6 +88,13 @@ static int print_all_graphs (__attribute__((unused)) void *user_data) /* {{{ */ gl_graph_get_all (include_dynamic, print_one_graph, /* user_data = */ NULL); printf (" \n"); + if (!include_dynamic) + { + printf ("
" + "List dynamic graphs, too." + "
\n", script_name ()); + } + return (0); } /* }}} int print_all_graphs */ -- 2.11.0