[maemo-commits] [maemo-commits] r13894 - in projects/haf/trunk/gtk+: . gtk

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Sep 18 16:10:20 EEST 2007
Author: tko
Date: 2007-09-18 16:10:16 +0300 (Tue, 18 Sep 2007)
New Revision: 13894

Modified:
   projects/haf/trunk/gtk+/ChangeLog
   projects/haf/trunk/gtk+/gtk/gtkhbbox.c
Log:
Remember to return the array.

2007-09-18  Tommi Komulainen  <tommi.komulainen at nokia.com>

	* gtk/gtkhbbox.c (gtk_hbutton_box_get_children_sizes): Remember to
	return the array.


Modified: projects/haf/trunk/gtk+/ChangeLog
===================================================================
--- projects/haf/trunk/gtk+/ChangeLog	2007-09-18 13:02:43 UTC (rev 13893)
+++ projects/haf/trunk/gtk+/ChangeLog	2007-09-18 13:10:16 UTC (rev 13894)
@@ -1,5 +1,10 @@
 2007-09-18  Tommi Komulainen  <tommi.komulainen at nokia.com>
 
+	* gtk/gtkhbbox.c (gtk_hbutton_box_get_children_sizes): Remember to
+	return the array.
+
+2007-09-18  Tommi Komulainen  <tommi.komulainen at nokia.com>
+
 	* gtk/gtkmenu.c (gtk_menu_class_init, gtk_menu_paint): Add
 	maemo-arrow-scaling style property. NB#68989
 

Modified: projects/haf/trunk/gtk+/gtk/gtkhbbox.c
===================================================================
--- projects/haf/trunk/gtk+/gtk/gtkhbbox.c	2007-09-18 13:02:43 UTC (rev 13893)
+++ projects/haf/trunk/gtk+/gtk/gtkhbbox.c	2007-09-18 13:10:16 UTC (rev 13894)
@@ -287,6 +287,8 @@
       for (i = 0; i < *nvis_children; i++)
         children_widths[i] = child_width;
     }
+
+  return children_widths;
 }
 
 static void


More information about the maemo-commits mailing list