pygobject r822 - in trunk: . gio
- From: johan svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: pygobject r822 - in trunk: . gio
 
- Date: Thu, 17 Jul 2008 11:22:25 +0000 (UTC)
 
Author: johan
Date: Thu Jul 17 11:22:25 2008
New Revision: 822
URL: http://svn.gnome.org/viewvc/pygobject?rev=822&view=rev
Log:
2008-07-17  Johan Dahlin  <johan gnome org>
	* gio/giomodule.c (init_gio):
	(DL_EXPORT): The module is called gio._gio, not just _gio.
Modified:
   trunk/ChangeLog
   trunk/gio/giomodule.c
Modified: trunk/gio/giomodule.c
==============================================================================
--- trunk/gio/giomodule.c	(original)
+++ trunk/gio/giomodule.c	Thu Jul 17 11:22:25 2008
@@ -46,7 +46,7 @@
     
     /* perform any initialisation required by the library here */
 
-    m = Py_InitModule("_gio", pygio_functions);
+    m = Py_InitModule("gio._gio", pygio_functions);
     d = PyModule_GetDict(m);
 
     init_pygobject();
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]