[maemo-commits] [maemo-commits] r13307 - in projects/haf/branches/hildon-control-panel/refactoring: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Aug 21 10:43:21 EEST 2007
- Previous message: [maemo-commits] r13306 - in projects/haf/trunk/hildon-desktop: . libhildondesktop libhildonwm src
- Next message: [maemo-commits] r13308 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-08-21 10:43:17 +0300 (Tue, 21 Aug 2007) New Revision: 13307 Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c Log: 2007-08-10 Lucas Rocha <lucas.rocha at nokia.com> * src/hcp-grid.c (hcp_grid_init): do not set "follow-state" to true in the pixbuf renderer. Fixes NB#61741. Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-08-20 15:12:47 UTC (rev 13306) +++ projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-08-21 07:43:17 UTC (rev 13307) @@ -1,5 +1,10 @@ 2007-08-10 Lucas Rocha <lucas.rocha at nokia.com> + * src/hcp-grid.c (hcp_grid_init): do not set "follow-state" to true in + the pixbuf renderer. Fixes NB#61741. + +2007-08-10 Lucas Rocha <lucas.rocha at nokia.com> + * src/hcp-app-list.c (hcp_app_list_read_desktop_entries): only consider .desktop files in applets directory. Modified: projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c 2007-08-20 15:12:47 UTC (rev 13306) +++ projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c 2007-08-21 07:43:17 UTC (rev 13307) @@ -487,7 +487,6 @@ FALSE); g_object_set (grid->priv->pixbuf_cell, - "follow-state", TRUE, "xpad", HCP_GRID_X_PADDING, "ypad", HCP_GRID_Y_PADDING, NULL);
- Previous message: [maemo-commits] r13306 - in projects/haf/trunk/hildon-desktop: . libhildondesktop libhildonwm src
- Next message: [maemo-commits] r13308 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]