[maemo-commits] [maemo-commits] r10716 - in projects/haf/branches/maemo-af-desktop/python-hildondesktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Mar 22 15:31:05 EET 2007
- Previous message: [maemo-commits] r10715 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r10717 - in projects/haf/trunk/hildon-desktop: . libhildonwm src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-03-22 15:31:04 +0200 (Thu, 22 Mar 2007) New Revision: 10716 Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktop.defs projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktopmodule.c Log: 2007-03-22 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildondesktop.defs, libhildondesktop/hildondesktopmodule.c: update to match API changes. Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog 2007-03-22 13:26:29 UTC (rev 10715) +++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog 2007-03-22 13:31:04 UTC (rev 10716) @@ -1,3 +1,8 @@ +2007-03-22 Lucas Rocha <lucas.rocha at nokia.com> + + * libhildondesktop/hildondesktop.defs, + libhildondesktop/hildondesktopmodule.c: update to match API changes. + 2007-03-14 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/Makefile.am, libhildondesktop/hildondesktop.defs, Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktop.defs =================================================================== --- projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktop.defs 2007-03-22 13:26:29 UTC (rev 10715) +++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktop.defs 2007-03-22 13:31:04 UTC (rev 10716) @@ -111,8 +111,8 @@ (c-name "HildonHomeTitlebarMode") (gtype-id "HILDON_TYPE_HOME_TITLEBAR_MODE") (values - '("normal" "HILDON_HOME_TITLEBAR_NORMAL") - '("layout" "HILDON_HOME_TITLEBAR_LAYOUT") + '("normal" "HILDON_DESKTOP_HOME_TITLEBAR_NORMAL") + '("layout" "HILDON_DESKTOP_HOME_TITLEBAR_LAYOUT") ) ) Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktopmodule.c =================================================================== --- projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktopmodule.c 2007-03-22 13:26:29 UTC (rev 10715) +++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/hildondesktopmodule.c 2007-03-22 13:31:04 UTC (rev 10716) @@ -40,7 +40,7 @@ d = PyModule_GetDict (m); hildondesktop_register_classes (d); - hildondesktop_add_constants (m, "HILDON_"); + hildondesktop_add_constants (m, "HILDON_DESKTOP_"); if (PyErr_Occurred ()) { Py_FatalError ("can't initialise module hildondesktop");
- Previous message: [maemo-commits] r10715 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r10717 - in projects/haf/trunk/hildon-desktop: . libhildonwm src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]