summaryrefslogtreecommitdiff
path: root/src/glade-clipboard.c
diff options
context:
space:
mode:
authorArchit Baweja <bighead@src.gnome.org>2002-04-13 11:05:51 +0000
committerArchit Baweja <bighead@src.gnome.org>2002-04-13 11:05:51 +0000
commit7f118c9c89fafba3cbc4fd764bb5254c6f7a8791 (patch)
tree20e40383d21d494503490d3484305002ba912b62 /src/glade-clipboard.c
parenta1875e014844ba28e9e18cb125acb81017cf3cbb (diff)
downloadglade-7f118c9c89fafba3cbc4fd764bb5254c6f7a8791.tar.gz
Fixed the infamous "vbox" bug. yay!
* Fixed the infamous "vbox" bug. yay!
Diffstat (limited to 'src/glade-clipboard.c')
-rw-r--r--src/glade-clipboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glade-clipboard.c b/src/glade-clipboard.c
index 5f852433..a89d3da1 100644
--- a/src/glade-clipboard.c
+++ b/src/glade-clipboard.c
@@ -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)