[maemo-commits] [maemo-commits] r11442 - in projects/haf/trunk/hildon-1: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri May 4 14:28:01 EEST 2007
- Previous message: [maemo-commits] r11440 - projects/haf/trunk/desktop-file-utils/debian
- Next message: [maemo-commits] r11443 - projects/haf/trunk/hildon-desktop/src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-05-04 14:28:00 +0300 (Fri, 04 May 2007) New Revision: 11442 Modified: projects/haf/trunk/hildon-1/ChangeLog projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.c projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h Log: * src/hildon-bread-crumb-trail.c: * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h from the .c file as it's a private file. Modified: projects/haf/trunk/hildon-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-1/ChangeLog 2007-05-04 10:47:29 UTC (rev 11441) +++ projects/haf/trunk/hildon-1/ChangeLog 2007-05-04 11:28:00 UTC (rev 11442) @@ -1,3 +1,9 @@ +2007-05-04 Xan Lopez <xan.lopez at nokia.com> + + * src/hildon-bread-crumb-trail.c: + * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h + from the .c file as it's a private file. + 2007-05-03 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> * examples/hildon-vvolumebar-example.c: The VVolumebar example now Modified: projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.c =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.c 2007-05-04 10:47:29 UTC (rev 11441) +++ projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.c 2007-05-04 11:28:00 UTC (rev 11442) @@ -39,6 +39,7 @@ #include "hildon-marshalers.h" #include "hildon-bread-crumb-trail.h" +#include "hildon-bread-crumb-widget.h" #define HILDON_BREAD_CRUMB_TRAIL_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), HILDON_TYPE_BREAD_CRUMB_TRAIL, HildonBreadCrumbTrailPrivate)) Modified: projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h 2007-05-04 10:47:29 UTC (rev 11441) +++ projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h 2007-05-04 11:28:00 UTC (rev 11442) @@ -30,7 +30,6 @@ #include <gtk/gtk.h> #include "hildon-bread-crumb.h" -#include "hildon-bread-crumb-widget.h" G_BEGIN_DECLS
- Previous message: [maemo-commits] r11440 - projects/haf/trunk/desktop-file-utils/debian
- Next message: [maemo-commits] r11443 - projects/haf/trunk/hildon-desktop/src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]