Removed accidental empty row in gtk_box_pack.

2008-06-27  Mikael Hallendal  <micke@imendio.com>

	* gtk/gtkbox.c (gtk_box_pack): Removed accidental empty row.

svn path=/trunk/; revision=20701
This commit is contained in:
Mikael Hallendal
2008-06-28 16:21:28 +00:00
committed by Mikael Hallendal
parent 257ca7ef7d
commit ff7f25c9af
2 changed files with 4 additions and 1 deletions

View File

@ -363,7 +363,6 @@ gtk_box_pack (GtkBox *box,
gtk_widget_child_notify (child, "pack-type");
gtk_widget_child_notify (child, "position");
gtk_widget_thaw_child_notify (child);
}
/**