[maemo-commits] [maemo-commits] r11334 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Apr 26 15:12:00 EEST 2007
- Previous message: [maemo-commits] r11333 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r11335 - in projects/haf/trunk/hildon-desktop: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-04-26 15:11:59 +0300 (Thu, 26 Apr 2007) New Revision: 11334 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-titlebar.c projects/haf/trunk/hildon-desktop/src/hd-home-window.c projects/haf/trunk/hildon-desktop/src/hn-app-switcher.c projects/haf/trunk/hildon-desktop/src/hn-others-button.c Log: 2007-04-26 Johan Bilien <johan.bilien at nokia.com> * src/hn-app-switcher.c, src/hd-home-window.c, src/hn-others-button.c, libhildondesktop/hildon-home-titlebar.c: - define ENABLE_UNSTABLE_API when include hildon-helper.h, as this seems now required Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-04-26 12:08:26 UTC (rev 11333) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-04-26 12:11:59 UTC (rev 11334) @@ -1,3 +1,10 @@ +2007-04-26 Johan Bilien <johan.bilien at nokia.com> + + * src/hn-app-switcher.c, src/hd-home-window.c, src/hn-others-button.c, + libhildondesktop/hildon-home-titlebar.c: + - define ENABLE_UNSTABLE_API when include hildon-helper.h, as this + seems now required + 2007-04-25 Johan Bilien <johan.bilien at nokia.com> * src/hd-desktop.c: Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-titlebar.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-titlebar.c 2007-04-26 12:08:26 UTC (rev 11333) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-titlebar.c 2007-04-26 12:11:59 UTC (rev 11334) @@ -36,7 +36,9 @@ #include <gtk/gtkmain.h> #ifdef HAVE_LIBHILDON +#define ENABLE_UNSTABLE_API #include <hildon/hildon-helper.h> +#undef ENABLE_UNSTABLE_API #else #include <hildon-widgets/hildon-defines.h> #endif Modified: projects/haf/trunk/hildon-desktop/src/hd-home-window.c =================================================================== --- projects/haf/trunk/hildon-desktop/src/hd-home-window.c 2007-04-26 12:08:26 UTC (rev 11333) +++ projects/haf/trunk/hildon-desktop/src/hd-home-window.c 2007-04-26 12:11:59 UTC (rev 11334) @@ -44,7 +44,9 @@ #include <hildon/hildon-banner.h> #include <hildon/hildon-note.h> #include <hildon/hildon-defines.h> +#define ENABLE_UNSTABLE_API #include <hildon/hildon-helper.h> +#undef ENABLE_UNSTABLE_API #else #include <hildon-widgets/hildon-banner.h> #include <hildon-widgets/hildon-note.h> Modified: projects/haf/trunk/hildon-desktop/src/hn-app-switcher.c =================================================================== --- projects/haf/trunk/hildon-desktop/src/hn-app-switcher.c 2007-04-26 12:08:26 UTC (rev 11333) +++ projects/haf/trunk/hildon-desktop/src/hn-app-switcher.c 2007-04-26 12:11:59 UTC (rev 11334) @@ -66,7 +66,9 @@ #endif #ifdef HAVE_LIBHILDON +#define ENABLE_UNSTABLE_API #include <hildon/hildon-helper.h> +#undef ENABLE_UNSTABLE_API #else #include <hildon-widgets/hildon-finger.h> #endif Modified: projects/haf/trunk/hildon-desktop/src/hn-others-button.c =================================================================== --- projects/haf/trunk/hildon-desktop/src/hn-others-button.c 2007-04-26 12:08:26 UTC (rev 11333) +++ projects/haf/trunk/hildon-desktop/src/hn-others-button.c 2007-04-26 12:11:59 UTC (rev 11334) @@ -45,7 +45,9 @@ #include <X11/Xatom.h> #ifdef HAVE_LIBHILDON +#define ENABLE_UNSTABLE_API #include <hildon/hildon-helper.h> +#undef ENABLE_UNSTABLE_API #else #include <hildon-widgets/hildon-finger.h> #endif
- Previous message: [maemo-commits] r11333 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r11335 - in projects/haf/trunk/hildon-desktop: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]