[maemo-commits] [maemo-commits] r10022 - in projects/haf/branches/hildon-control-panel/refactoring: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Feb 19 17:32:29 EET 2007
- Previous message: [maemo-commits] r10021 - projects/haf/tags/libosso-help/2.1.0-1
- Next message: [maemo-commits] r10023 - projects/haf/branches/hildon-control-panel/refactoring/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-02-19 17:32:28 +0200 (Mon, 19 Feb 2007) New Revision: 10022 Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c projects/haf/branches/hildon-control-panel/refactoring/src/hcp-rfs.c projects/haf/branches/hildon-control-panel/refactoring/src/hcp-window.c projects/haf/branches/hildon-control-panel/refactoring/src/hcp-window.h Log: 2007-02-19 Johan Bilie <johan.bilien at nokia.com> * src/*.c: replaced include <hildon-widgets/*> with <hildon/*> Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-02-19 14:20:28 UTC (rev 10021) +++ projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-02-19 15:32:28 UTC (rev 10022) @@ -1,3 +1,7 @@ +2007-02-19 Johan Bilie <johan.bilien at nokia.com> + + * src/*.c: replaced include <hildon-widgets/*> with <hildon/*> + 2007-02-13 Lucas Rocha <lucas.rocha at nokia.com> * configure.ac: release 3.0.0 Modified: projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c 2007-02-19 14:20:28 UTC (rev 10021) +++ projects/haf/branches/hildon-control-panel/refactoring/src/hcp-grid.c 2007-02-19 15:32:28 UTC (rev 10022) @@ -23,7 +23,7 @@ #include <math.h> -#include <hildon-widgets/hildon-defines.h> +#include <hildon/hildon-defines.h> #include <gtk/gtk.h> Modified: projects/haf/branches/hildon-control-panel/refactoring/src/hcp-rfs.c =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/src/hcp-rfs.c 2007-02-19 14:20:28 UTC (rev 10021) +++ projects/haf/branches/hildon-control-panel/refactoring/src/hcp-rfs.c 2007-02-19 15:32:28 UTC (rev 10022) @@ -24,8 +24,8 @@ #include <crypt.h> #include <strings.h> -#include <hildon-widgets/hildon-code-dialog.h> -#include <hildon-widgets/hildon-banner.h> +#include <hildon/hildon-code-dialog.h> +#include <hildon/hildon-banner.h> #include <osso-helplib.h> #include <libosso.h> Modified: projects/haf/branches/hildon-control-panel/refactoring/src/hcp-window.c =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/src/hcp-window.c 2007-02-19 14:20:28 UTC (rev 10021) +++ projects/haf/branches/hildon-control-panel/refactoring/src/hcp-window.c 2007-02-19 15:32:28 UTC (rev 10022) @@ -24,8 +24,8 @@ #include <libosso.h> #include <osso-helplib.h> -#include <hildon-widgets/hildon-window.h> -#include <hildon-widgets/hildon-program.h> +#include <hildon/hildon-window.h> +#include <hildon/hildon-program.h> #include <gtk/gtk.h> #include <glib/gi18n.h> Modified: projects/haf/branches/hildon-control-panel/refactoring/src/hcp-window.h =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/src/hcp-window.h 2007-02-19 14:20:28 UTC (rev 10021) +++ projects/haf/branches/hildon-control-panel/refactoring/src/hcp-window.h 2007-02-19 15:32:28 UTC (rev 10022) @@ -25,7 +25,7 @@ #ifndef HCP_WINDOW_H #define HCP_WINDOW_H -#include <hildon-widgets/hildon-window.h> +#include <hildon/hildon-window.h> #include <glib-object.h>
- Previous message: [maemo-commits] r10021 - projects/haf/tags/libosso-help/2.1.0-1
- Next message: [maemo-commits] r10023 - projects/haf/branches/hildon-control-panel/refactoring/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]