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:
committed by
Mikael Hallendal
parent
257ca7ef7d
commit
ff7f25c9af
@ -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);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user