Don't forget to initialize a variable

Pointed out by clang in bug 653333.
This commit is contained in:
Matthias Clasen 2011-06-27 16:46:33 -04:00
parent f685ce37fc
commit 7bbe537915

View File

@ -526,6 +526,8 @@ gtk_tool_palette_size_allocate (GtkWidget *widget,
GtkToolItemGroupInfo *group = g_ptr_array_index (palette->priv->groups, i);
gint size;
group_sizes[i] = 0;
if (!group->widget)
continue;