From ed565d3be58e9789f20a3513f142561f25d7e3b1 Mon Sep 17 00:00:00 2001 From: gunnar_g Date: Fri, 24 Oct 2008 10:59:20 +0000 Subject: [PATCH] remove the warning for unknown preference tag --- src/xml_loadsave_users.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xml_loadsave_users.c b/src/xml_loadsave_users.c index 8f22cde8..34bdd572 100644 --- a/src/xml_loadsave_users.c +++ b/src/xml_loadsave_users.c @@ -178,6 +178,7 @@ xml_loadsave_users_end_element (GMarkupParseContext *context, tag == TAG_USER_YA_PERCENTAGE || tag == TAG_USER_YA_AV_COACH || tag == TAG_USER_YA_AV_PERCENTAGE || + tag == TAG_USER_YA_PREFERENCE || tag == TAG_USER_YA_COUNTER || tag == TAG_USER_BET0 || tag == TAG_USER_BET1)