Revision: 1674
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1674&view=rev
Author: nicholas
Date: 2007-08-08 00:14:36 -0700 (Wed, 08 Aug 2007)
Log Message:
-----------
Move PyDateTime_IMPORT outside of ifdef HAVE_GDKPIXBUF + HAVE_PYGOBJECT,
including it there was a merge error
Modified Paths:
--------------
libgpod/trunk/bindings/python/gpod.i.in
Modified: libgpod/trunk/bindings/python/gpod.i.in
===================================================================
--- libgpod/trunk/bindings/python/gpod.i.in 2007-08-08 07:14:04 UTC (rev
1673)
+++ libgpod/trunk/bindings/python/gpod.i.in 2007-08-08 07:14:36 UTC (rev
1674)
@@ -300,10 +300,10 @@
#ifdef HAVE_GDKPIXBUF
#ifdef HAVE_PYGOBJECT
g_type_init ();
- PyDateTime_IMPORT;
init_pygobject ();
#endif
#endif
+ PyDateTime_IMPORT;
%}
%include "gpod_doc.i"
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2