[maemo-commits] [maemo-commits] r17102 - in projects/haf/trunk/totem-pl-parser: . plparse

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jan 12 16:43:24 EET 2009
Author: ifrade
Date: 2009-01-12 16:43:14 +0200 (Mon, 12 Jan 2009)
New Revision: 17102

Modified:
   projects/haf/trunk/totem-pl-parser/ChangeLog
   projects/haf/trunk/totem-pl-parser/plparse/totem-pl-parser-podcast.c
Log:
2008-11-09 Kjartan Maraas <kmaraas at gnome.org>

	* plparse/totem-pl-parser-podcast.c: (totem_pl_parser_add_atom):
	Fix reversed logic so this builds for people who have libcamel.

Modified: projects/haf/trunk/totem-pl-parser/ChangeLog
===================================================================
--- projects/haf/trunk/totem-pl-parser/ChangeLog	2009-01-12 14:42:48 UTC (rev 17101)
+++ projects/haf/trunk/totem-pl-parser/ChangeLog	2009-01-12 14:43:14 UTC (rev 17102)
@@ -1,3 +1,8 @@
+2008-11-09  Kjartan Maraas  <kmaraas at gnome.org>
+
+	* plparse/totem-pl-parser-podcast.c: (totem_pl_parser_add_atom):
+	Fix reversed logic so this builds for people who have libcamel.
+
 2008-11-05  Bastien Nocera  <hadess at hadess.net>
 
 	* configure.in:

Modified: projects/haf/trunk/totem-pl-parser/plparse/totem-pl-parser-podcast.c
===================================================================
--- projects/haf/trunk/totem-pl-parser/plparse/totem-pl-parser-podcast.c	2009-01-12 14:42:48 UTC (rev 17101)
+++ projects/haf/trunk/totem-pl-parser/plparse/totem-pl-parser-podcast.c	2009-01-12 14:43:14 UTC (rev 17102)
@@ -485,7 +485,7 @@
 			  GFile *base_file,
 			  gpointer data)
 {
-#ifdef HAVE_CAMEL
+#ifndef HAVE_CAMEL
 	WARN_NO_CAMEL;
 #else
 	xml_node_t* doc;


More information about the maemo-commits mailing list