Fixed the infamous "vbox" bug. yay!

* Fixed the infamous "vbox" bug. yay!
This commit is contained in:
Archit Baweja 2002-04-13 11:05:51 +00:00
parent a1875e0148
commit 7f118c9c89
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-04-13 Archit Baweja <bighead@users.sourceforge.net>
* src/glade-clipboard.c (glade_clipboard_paste): removed call to
glade_widget_create_gtk_widget ().
2002-04-12 Archit Baweja <bighead@users.sourceforge.net>
* src/glade-project.c (glade_project_save_as): new function.

View File

@ -212,11 +212,10 @@ glade_clipboard_paste (GladeClipboard * clipboard,
if (!widget)
return;
widget->name = glade_widget_new_name (project, widget->class);
widget->parent = parent;
glade_packing_add_properties (widget);
glade_widget_create_gtk_widget (widget);
glade_project_add_widget (project, widget);
if (parent)