totem-pl-parser r252 - in trunk: . plparse
- From: kmaraas svn gnome org
- To: svn-commits-list gnome org
- Subject: totem-pl-parser r252 - in trunk: . plparse
- Date: Sun, 9 Nov 2008 10:19:48 +0000 (UTC)
Author: kmaraas
Date: Sun Nov 9 10:19:48 2008
New Revision: 252
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=252&view=rev
Log:
2008-11-09 Kjartan Maraas <kmaraas 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:
trunk/ChangeLog
trunk/plparse/totem-pl-parser-podcast.c
Modified: trunk/plparse/totem-pl-parser-podcast.c
==============================================================================
--- trunk/plparse/totem-pl-parser-podcast.c (original)
+++ trunk/plparse/totem-pl-parser-podcast.c Sun Nov 9 10:19:48 2008
@@ -485,7 +485,7 @@
GFile *base_file,
gpointer data)
{
-#ifdef HAVE_CAMEL
+#ifndef HAVE_CAMEL
WARN_NO_CAMEL;
#else
xml_node_t* doc;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]