From: Florian Forster Date: Sun, 11 Jul 2010 12:25:07 +0000 (+0200) Subject: "list graphs" and "list hosts" actions: Add links to the "search" action. X-Git-Tag: v4.0.0~114 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=067f1db82ec2cf7c9a3fabe4f3e3e022714e8cbe;p=collection4.git "list graphs" and "list hosts" actions: Add links to the "search" action. --- diff --git a/src/action_list_graphs.c b/src/action_list_graphs.c index db45899..b5a01d5 100644 --- a/src/action_list_graphs.c +++ b/src/action_list_graphs.c @@ -38,9 +38,10 @@ static int left_menu (__attribute__((unused)) void *user_data) /* {{{ */ { printf ("\n\n", - script_name ()); + script_name (), script_name ()); return (0); } /* }}} int left_menu */ diff --git a/src/action_list_hosts.c b/src/action_list_hosts.c index 173ecab..d1cae71 100644 --- a/src/action_list_hosts.c +++ b/src/action_list_hosts.c @@ -38,9 +38,10 @@ static int left_menu (__attribute__((unused)) void *user_data) /* {{{ */ { printf ("\n\n", - script_name ()); + script_name (), script_name ()); return (0); } /* }}} int left_menu */