From: Amos Jeffries Date: Sun, 5 Oct 2008 02:00:03 +0000 (+1300) Subject: Bug 2474: action 'menu' is hidden but should not be X-Git-Tag: SQUID_3_1_0_1~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5d1c7ec7063c0c4eb15eeaeef5fe336288ddf69;p=thirdparty%2Fsquid.git Bug 2474: action 'menu' is hidden but should not be --- diff --git a/src/cache_manager.cc b/src/cache_manager.cc index 7d05187c1e..f983ae7684 100644 --- a/src/cache_manager.cc +++ b/src/cache_manager.cc @@ -435,7 +435,7 @@ CacheManager::MenuAction::run(StoreEntry * sentry) } } /// \ingroup CacheManagerInternal -CacheManager::MenuAction::MenuAction(CacheManager *aMgr) : CacheManagerAction ("menu", "Cache Manager Menu", 1, 1), cmgr(aMgr) { } +CacheManager::MenuAction::MenuAction(CacheManager *aMgr) : CacheManagerAction ("menu", "Cache Manager Menu", 0, 1), cmgr(aMgr) { } /* \ingroup CacheManagerInternal