gnome-python-desktop r547 - trunk/evolution
- From: jstowers svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-python-desktop r547 - trunk/evolution
- Date: Tue, 24 Feb 2009 12:03:53 +0000 (UTC)
Author: jstowers
Date: Tue Feb 24 12:03:53 2009
New Revision: 547
URL: http://svn.gnome.org/viewvc/gnome-python-desktop?rev=547&view=rev
Log:
Correctly include the GNOME_PYTHON_DESKTOP_*_VERSION attributes in the module __version__ attribute.
Modified:
trunk/evolution/ebookmodule.c
trunk/evolution/ecalmodule.c
Modified: trunk/evolution/ebookmodule.c
==============================================================================
--- trunk/evolution/ebookmodule.c (original)
+++ trunk/evolution/ebookmodule.c Tue Feb 24 12:03:53 2009
@@ -50,8 +50,8 @@
#ifdef HAVE_CONFIG_H
Py_BuildValue("iii",
GNOME_PYTHON_DESKTOP_MAJOR_VERSION,
- GNOME_PYTHON_DESKTOP_MAJOR_VERSION,
- GNOME_PYTHON_DESKTOP_MAJOR_VERSION)
+ GNOME_PYTHON_DESKTOP_MINOR_VERSION,
+ GNOME_PYTHON_DESKTOP_MICRO_VERSION)
#else
Py_BuildValue("iii",0,0,0)
#endif
Modified: trunk/evolution/ecalmodule.c
==============================================================================
--- trunk/evolution/ecalmodule.c (original)
+++ trunk/evolution/ecalmodule.c Tue Feb 24 12:03:53 2009
@@ -50,8 +50,8 @@
#ifdef HAVE_CONFIG_H
Py_BuildValue("iii",
GNOME_PYTHON_DESKTOP_MAJOR_VERSION,
- GNOME_PYTHON_DESKTOP_MAJOR_VERSION,
- GNOME_PYTHON_DESKTOP_MAJOR_VERSION)
+ GNOME_PYTHON_DESKTOP_MINOR_VERSION,
+ GNOME_PYTHON_DESKTOP_MICRO_VERSION)
#else
Py_BuildValue("iii",0,0,0)
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]