[totem-pl-parser] Fix retval of the PLA parser



commit 04db71f49d05b9beccd0c360993d3fd050e7ad7f
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 17 15:39:51 2009 +0100

    Fix retval of the PLA parser
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595471

 plparse/totem-pl-parser-pla.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plparse/totem-pl-parser-pla.c b/plparse/totem-pl-parser-pla.c
index 29ae859..23087ac 100644
--- a/plparse/totem-pl-parser-pla.c
+++ b/plparse/totem-pl-parser-pla.c
@@ -242,7 +242,7 @@ totem_pl_parser_add_pla (TotemPlParser *parser,
 
 	g_free (contents);
 
-	return TOTEM_PL_PARSER_RESULT_SUCCESS;
+	return retval;
 }
 
 #endif /* !TOTEM_PL_PARSER_MINI */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]