[totem-pl-parser] Fix retval of the PLA parser
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] Fix retval of the PLA parser
- Date: Mon, 21 Sep 2009 11:03:44 +0000 (UTC)
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]