Fix 308111

This commit is contained in:
Matthias Clasen
2005-06-18 04:26:47 +00:00
parent fb6ce33533
commit 28e712df0a
4 changed files with 11 additions and 0 deletions

View File

@ -1007,6 +1007,8 @@ gtk_paned_add (GtkContainer *container,
gtk_paned_add1 (paned, widget);
else if (!paned->child2)
gtk_paned_add2 (paned, widget);
else
g_warning ("GtkPaned cannot have more than 2 children\n");
}
static void