# HG changeset patch # User ib # Date 1325774436 0 # Node ID c34052f0594dd005d47c07d4da80687ca7b3ab37 # Parent 7f04823f744cf7de285143fef9f48fbb548a9649 Remove #ifdef MP_DEBUG. Additionally, revise a message. diff -r 7f04823f744c -r c34052f0594d gui/ui/menu.c --- a/gui/ui/menu.c Thu Jan 05 14:26:21 2012 +0000 +++ b/gui/ui/menu.c Thu Jan 05 14:40:36 2012 +0000 @@ -151,9 +151,7 @@ if ( ( menuDrawBuffer = calloc( 1,guiApp.menu.Bitmap.ImageSize ) ) == NULL ) { -#ifdef DEBUG mp_msg( MSGT_GPLAYER,MSGL_DBG2,MSGTR_NEMFMR ); -#endif gtkMessageBox( GTK_MB_FATAL,MSGTR_NEMFMR ); return; } @@ -164,9 +162,7 @@ wsSetShape( &guiApp.menuWindow,guiApp.menu.Mask.Image ); -#ifdef DEBUG - mp_msg( MSGT_GPLAYER,MSGL_DBG2,"menu: 0x%x\n",(int)guiApp.menuWindow.WindowID ); -#endif + mp_msg( MSGT_GPLAYER,MSGL_DBG2,"[menu] menuWindow ID: 0x%x\n",(int)guiApp.menuWindow.WindowID ); menuIsInitialized=1; guiApp.menuWindow.ReDraw=uiMenuDraw;