mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
hide menuitem when not in http mode
This commit is contained in:
parent
284888df44
commit
a6602fabe0
1 changed files with 4 additions and 2 deletions
|
@ -1290,8 +1290,10 @@ makeMenus( GtkGameGlobals* globals )
|
||||||
#ifdef MEM_DEBUG
|
#ifdef MEM_DEBUG
|
||||||
(void)createAddItem( fileMenu, "Mem stats",
|
(void)createAddItem( fileMenu, "Mem stats",
|
||||||
(GCallback)handle_memstats, globals );
|
(GCallback)handle_memstats, globals );
|
||||||
(void)createAddItem( fileMenu, "Check for moves",
|
if ( globals->cGlobals.params->useHTTP ) {
|
||||||
(GCallback)handle_movescheck, globals );
|
(void)createAddItem( fileMenu, "Check for moves",
|
||||||
|
(GCallback)handle_movescheck, globals );
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef XWFEATURE_ACTIVERECT
|
#ifdef XWFEATURE_ACTIVERECT
|
||||||
|
|
Loading…
Reference in a new issue