[maemo-commits] [maemo-commits] r12268 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jun 13 14:32:36 EEST 2007
- Previous message: [maemo-commits] r12266 - projects/haf/trunk/hildon-fm/hildon-fm
- Next message: [maemo-commits] r12267 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-06-13 14:32:31 +0300 (Wed, 13 Jun 2007) New Revision: 12268 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-titlebar.c Log: 2007-06-13 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildon-home-titlebar.c: change the titlebar text color label to "HomeTitleTextColor". Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-06-13 11:32:31 UTC (rev 12267) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-06-13 11:32:31 UTC (rev 12268) @@ -1,3 +1,8 @@ +2007-06-13 Lucas Rocha <lucas.rocha at nokia.com> + + * libhildondesktop/hildon-home-titlebar.c: change the titlebar text + color label to "HomeTitleTextColor". + 2007-06-12 Moises Martinez <moises.martinez at nokia.com * src/main.c: Fixed problem with thread initialization with glib. Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-06-13 11:32:31 UTC (rev 12267) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-06-13 11:32:31 UTC (rev 12268) @@ -933,7 +933,6 @@ if (rect->width > 0 && rect->height > 0) gtk_widget_set_size_request (applet, rect->width, rect->height); } - else { hildon_home_area_put (HILDON_HOME_AREA (area), applet, 0, 0); @@ -945,8 +944,6 @@ hildon_desktop_home_item_set_layout_mode (HILDON_DESKTOP_HOME_ITEM (applet), TRUE); } - - } static void Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-titlebar.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-titlebar.c 2007-06-13 11:32:31 UTC (rev 12267) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-titlebar.c 2007-06-13 11:32:31 UTC (rev 12268) @@ -54,7 +54,7 @@ #define HILDON_HOME_TITLEBAR_HEIGHT 60 #define HILDON_HOME_TITLEBAR_MENU_LABEL_FONT "osso-TitleFont" -#define HILDON_HOME_TITLEBAR_MENU_LABEL_COLOR "TitleTextColor" +#define HILDON_HOME_TITLEBAR_MENU_LABEL_COLOR "HomeTitleTextColor" #define HILDON_HOME_MENUAREA_LMARGIN 6 #define HILDON_HOME_MENUAREA_WIDTH 312
- Previous message: [maemo-commits] r12266 - projects/haf/trunk/hildon-fm/hildon-fm
- Next message: [maemo-commits] r12267 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]