[maemo-commits] [maemo-commits] r11043 - in projects/haf/trunk/hildon-1: . examples src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Apr 16 10:47:01 EEST 2007
- Previous message: [maemo-commits] r11042 - projects/haf/branches/libxml2
- Next message: [maemo-commits] r11046 - projects/haf/trunk/hildon-1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-04-16 10:47:00 +0300 (Mon, 16 Apr 2007) New Revision: 11043 Modified: projects/haf/trunk/hildon-1/ChangeLog projects/haf/trunk/hildon-1/examples/hildon-bread-crumb-trail-example.c projects/haf/trunk/hildon-1/src/hildon.h Log: * src/hildon.h: * examples/hildon-bread-crumb-trail-example.c: Fix example. Modified: projects/haf/trunk/hildon-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-1/ChangeLog 2007-04-16 07:45:14 UTC (rev 11042) +++ projects/haf/trunk/hildon-1/ChangeLog 2007-04-16 07:47:00 UTC (rev 11043) @@ -1,3 +1,10 @@ +2007-04-16 Xan Lopez <xan.lopez at nokia.com> + + * src/hildon.h: + * examples/hildon-bread-crumb-trail-example.c: + + Fix example. + 2007-04-16 Michael Dominic K. <mdk at mdk.am> * debian/changelog: Removing the bug-fixed entries that were actually Modified: projects/haf/trunk/hildon-1/examples/hildon-bread-crumb-trail-example.c =================================================================== --- projects/haf/trunk/hildon-1/examples/hildon-bread-crumb-trail-example.c 2007-04-16 07:45:14 UTC (rev 11042) +++ projects/haf/trunk/hildon-1/examples/hildon-bread-crumb-trail-example.c 2007-04-16 07:47:00 UTC (rev 11043) @@ -23,15 +23,11 @@ * */ -#include <gtk/gtk.h> -#include "hildon-bread-crumb-trail.h" #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> -#if 1 -#include <hildon/hildon.h> -#endif +#include "hildon.h" GtkWidget *treeview; gchar *current_root; Modified: projects/haf/trunk/hildon-1/src/hildon.h =================================================================== --- projects/haf/trunk/hildon-1/src/hildon.h 2007-04-16 07:45:14 UTC (rev 11042) +++ projects/haf/trunk/hildon-1/src/hildon.h 2007-04-16 07:47:00 UTC (rev 11043) @@ -60,5 +60,6 @@ #include "hildon-window.h" #include "hildon-wizard-dialog.h" #include "hildon-calendar.h" +#include "hildon-bread-crumb-trail.h" #endif
- Previous message: [maemo-commits] r11042 - projects/haf/branches/libxml2
- Next message: [maemo-commits] r11046 - projects/haf/trunk/hildon-1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]