From 4572c556f7bb611aa55157983b33486b2bb19b3f Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Mon, 1 Jul 2013 16:54:29 -0400 Subject: [PATCH] Fix Issue 630: Appareance to XMl don't work Removes the enable callback for Appearance To XML, LL no longer has that hooked in, why should we? Tested and confirmed to work with or without DebugAvatarAppearanceMessage the same way. --- indra/newview/llviewermenu.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index 84f4f7775..60ce6f375 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -1509,8 +1509,7 @@ void init_debug_avatar_menu(LLMenuGL* menu) sub_menu->setCanTearOff(TRUE); sub_menu->addChild(new LLMenuItemCheckGL("Go Away/AFK When Idle", menu_toggle_control, NULL, menu_check_control, (void*)"AllowIdleAFK")); - sub_menu->addChild(new LLMenuItemCallGL("Appearance To XML", - &handle_dump_archetype_xml,&enable_dump_archetype_xm)); + sub_menu->addChild(new LLMenuItemCallGL("Appearance To XML", &handle_dump_archetype_xml)); // HACK for easy testing of avatar geometry sub_menu->addChild(new LLMenuItemCallGL( "Toggle Character Geometry",