mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-10-08 00:04:35 -04:00
Fixed the infamous "vbox" bug. yay!
* Fixed the infamous "vbox" bug. yay!
This commit is contained in:
parent
a1875e0148
commit
7f118c9c89
@ -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>
|
2002-04-12 Archit Baweja <bighead@users.sourceforge.net>
|
||||||
|
|
||||||
* src/glade-project.c (glade_project_save_as): new function.
|
* src/glade-project.c (glade_project_save_as): new function.
|
||||||
|
@ -212,11 +212,10 @@ glade_clipboard_paste (GladeClipboard * clipboard,
|
|||||||
|
|
||||||
if (!widget)
|
if (!widget)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
widget->name = glade_widget_new_name (project, widget->class);
|
widget->name = glade_widget_new_name (project, widget->class);
|
||||||
widget->parent = parent;
|
widget->parent = parent;
|
||||||
glade_packing_add_properties (widget);
|
glade_packing_add_properties (widget);
|
||||||
glade_widget_create_gtk_widget (widget);
|
|
||||||
glade_project_add_widget (project, widget);
|
glade_project_add_widget (project, widget);
|
||||||
|
|
||||||
if (parent)
|
if (parent)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user