Additional host menu options

Add in 'Set all active' and 'Set half active' options.  Thanks to Andrew Stevenson
This commit is contained in:
Duncan Ferguson 2014-07-07 17:14:48 +01:00
parent 2e74fd5d3b
commit ee9ec5a366
3 changed files with 5 additions and 1 deletions

View file

@ -1251,7 +1251,7 @@ sub build_hosts_menu() {
# first, empty the hosts menu from the 4th entry on
my $menu = $menus{bar}->entrycget( 'Hosts', -menu );
my $host_menu_static_items = 5;
my $host_menu_static_items = 7;
$menu->delete( $host_menu_static_items, 'end' );
logmsg( 3, "Menu deleted" );