[maemo-commits] [maemo-commits] r14302 - in projects/haf/trunk/gtk+: . gtk
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Oct 3 17:53:32 EEST 2007
- Previous message: [maemo-commits] r14301 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r14303 - in projects/haf/trunk/hildon-plugins-settings: . debian src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-10-03 17:53:29 +0300 (Wed, 03 Oct 2007) New Revision: 14302 Modified: projects/haf/trunk/gtk+/ChangeLog projects/haf/trunk/gtk+/gtk/gtknotebook.c Log: Do not set homogeneous property in GtkNotebook to TRUE. Modified: projects/haf/trunk/gtk+/ChangeLog =================================================================== --- projects/haf/trunk/gtk+/ChangeLog 2007-10-03 13:23:05 UTC (rev 14301) +++ projects/haf/trunk/gtk+/ChangeLog 2007-10-03 14:53:29 UTC (rev 14302) @@ -1,3 +1,8 @@ +2007-10-03 Xan Lopez <xan.lopez at nokia.com> + + * gtk/gtknotebook.c (gtk_notebook_init): do not set the homogeneous + property to TRUE, we don't want that. Fixes: NB#56537 (regression) + 2007-09-28 Tommi Komulainen <tommi.komulainen at nokia.com> * gtk/gtkmenuitem.c (get_minimum_width): (MAEMO_CHANGES) reduce the Modified: projects/haf/trunk/gtk+/gtk/gtknotebook.c =================================================================== --- projects/haf/trunk/gtk+/gtk/gtknotebook.c 2007-10-03 13:23:05 UTC (rev 14301) +++ projects/haf/trunk/gtk+/gtk/gtknotebook.c 2007-10-03 14:53:29 UTC (rev 14302) @@ -1001,7 +1001,6 @@ notebook->have_visible_child = FALSE; notebook->focus_out = FALSE; #ifdef MAEMO_CHANGES - notebook->homogeneous = TRUE; notebook->scrollable = TRUE; #endif
- Previous message: [maemo-commits] r14301 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r14303 - in projects/haf/trunk/hildon-plugins-settings: . debian src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]