[maemo-commits] [maemo-commits] r12213 - in projects/haf/trunk/python-hildondesktop: . libhildondesktop loader
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jun 8 17:15:07 EEST 2007
- Previous message: [maemo-commits] r12212 - in projects/haf/trunk/hildon-fm: . debian
- Next message: [maemo-commits] r12214 - in projects/haf/trunk/python-hildondesktop: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-06-08 17:15:04 +0300 (Fri, 08 Jun 2007) New Revision: 12213 Modified: projects/haf/trunk/python-hildondesktop/ChangeLog projects/haf/trunk/python-hildondesktop/libhildondesktop/hildondesktop.defs projects/haf/trunk/python-hildondesktop/libhildondesktop/hildondesktop.override projects/haf/trunk/python-hildondesktop/loader/hd-plugin-loader-python.c Log: 2007-06-08 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildondesktop.defs, libhildondesktop/hildondesktop.override: update HomeAre so that it inherits from GtkContainer instead of GtkFixed. Modified: projects/haf/trunk/python-hildondesktop/ChangeLog =================================================================== --- projects/haf/trunk/python-hildondesktop/ChangeLog 2007-06-08 14:11:23 UTC (rev 12212) +++ projects/haf/trunk/python-hildondesktop/ChangeLog 2007-06-08 14:15:04 UTC (rev 12213) @@ -1,3 +1,9 @@ +2007-06-08 Lucas Rocha <lucas.rocha at nokia.com> + + * libhildondesktop/hildondesktop.defs, + libhildondesktop/hildondesktop.override: update HomeAre so that it + inherits from GtkContainer instead of GtkFixed. + 2007-05-18 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildondesktop.defs: update to match API changes. Modified: projects/haf/trunk/python-hildondesktop/libhildondesktop/hildondesktop.defs =================================================================== --- projects/haf/trunk/python-hildondesktop/libhildondesktop/hildondesktop.defs 2007-06-08 14:11:23 UTC (rev 12212) +++ projects/haf/trunk/python-hildondesktop/libhildondesktop/hildondesktop.defs 2007-06-08 14:15:04 UTC (rev 12213) @@ -65,7 +65,7 @@ (define-object HomeArea (in-module "HildonDesktop") - (parent "GtkFixed") + (parent "GtkContainer") (c-name "HildonHomeArea") (gtype-id "HILDON_TYPE_HOME_AREA") ) Modified: projects/haf/trunk/python-hildondesktop/libhildondesktop/hildondesktop.override =================================================================== --- projects/haf/trunk/python-hildondesktop/libhildondesktop/hildondesktop.override 2007-06-08 14:11:23 UTC (rev 12212) +++ projects/haf/trunk/python-hildondesktop/libhildondesktop/hildondesktop.override 2007-06-08 14:15:04 UTC (rev 12213) @@ -24,7 +24,7 @@ import gtk.Box as PyGtkBox_Type import gtk.Menu as PyGtkMenu_Type import gtk.Window as PyGtkWindow_Type -import gtk.Fixed as PyGtkFixed_Type +import gtk.Container as PyGtkContainer_Type import gtk.EventBox as PyGtkEventBox_Type import gtk.Widget as PyGtkWidget_Type import gtk.gdk.Screen as PyGdkScreen_Type Modified: projects/haf/trunk/python-hildondesktop/loader/hd-plugin-loader-python.c =================================================================== --- projects/haf/trunk/python-hildondesktop/loader/hd-plugin-loader-python.c 2007-06-08 14:11:23 UTC (rev 12212) +++ projects/haf/trunk/python-hildondesktop/loader/hd-plugin-loader-python.c 2007-06-08 14:15:04 UTC (rev 12213) @@ -320,5 +320,3 @@ { return g_object_new (HD_TYPE_PLUGIN_LOADER_PYTHON,NULL); } - -
- Previous message: [maemo-commits] r12212 - in projects/haf/trunk/hildon-fm: . debian
- Next message: [maemo-commits] r12214 - in projects/haf/trunk/python-hildondesktop: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]