gdl r527 - in trunk: . gdl



Author: jhs
Date: Wed Mar  4 21:06:05 2009
New Revision: 527
URL: http://svn.gnome.org/viewvc/gdl?rev=527&view=rev

Log:
2009-03-04  Carl-Anton Ingmarsson <ca ingmarsson gmail com>

	* gdl/gdl-switcher.c (layout_buttons):
	#574172 â shutup valgrind

Modified:
   trunk/ChangeLog
   trunk/gdl/gdl-switcher.c

Modified: trunk/gdl/gdl-switcher.c
==============================================================================
--- trunk/gdl/gdl-switcher.c	(original)
+++ trunk/gdl/gdl-switcher.c	Wed Mar  4 21:06:05 2009
@@ -216,7 +216,7 @@
 static int
 layout_buttons (GdlSwitcher *switcher)
 {
-    GtkRequisition client_requisition;
+    GtkRequisition client_requisition = {0,};
     GtkAllocation *allocation = & GTK_WIDGET (switcher)->allocation;
     GdlSwitcherStyle switcher_style;
     gboolean icons_only;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]