[maemo-commits] [maemo-commits] r11028 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Apr 13 17:24:59 EEST 2007
- Previous message: [maemo-commits] r11027 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r11029 - in projects/haf/trunk/hildon-desktop: . libhildonwm src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: moimart
Date: 2007-04-13 17:24:59 +0300 (Fri, 13 Apr 2007)
New Revision: 11028
Modified:
projects/haf/trunk/hildon-desktop/ChangeLog
projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-dialog.c
Log:
* libhildondesktop/hildon-desktop-panel-window-dialog.c:
- Set no of items for container to 7. Fixes: NB#54193
* ChangeLog updated.
Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog 2007-04-13 13:11:24 UTC (rev 11027)
+++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-04-13 14:24:59 UTC (rev 11028)
@@ -1,5 +1,10 @@
2007-04-13 Moises Martinez <moises.martinez at nokia.com>
+ * libhildondesktop/hildon-desktop-panel-window-dialog.c:
+ - Set no of items for container to 7. Fixes: NB#54193
+
+2007-04-13 Moises Martinez <moises.martinez at nokia.com>
+
* src/hn-app-switcher.c:
- Place main menu according to fullscreen mode. Fixes: NB#53969
* src/hn-app-button.c:
Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-dialog.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-dialog.c 2007-04-13 13:11:24 UTC (rev 11027)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-dialog.c 2007-04-13 14:24:59 UTC (rev 11028)
@@ -192,7 +192,7 @@
gtk_widget_push_composite_child ();
HILDON_DESKTOP_WINDOW (window)->container =
- g_object_new (HILDON_DESKTOP_TYPE_PANEL_EXPANDABLE, "items_row", 6,NULL);
+ g_object_new (HILDON_DESKTOP_TYPE_PANEL_EXPANDABLE, "items_row", 7,NULL);
if (parent != NULL)
gtk_container_add (parent,
- Previous message: [maemo-commits] r11027 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r11029 - in projects/haf/trunk/hildon-desktop: . libhildonwm src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
