From c4db125c559054c7d5bb5ffd302b303470ab03ba Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 22 May 2003 19:19:43 +0000 Subject: Revert embed dnd changes. They doesnt work properly. 2003-05-22 Marco Pesenti Gritti * src/ephy-notebook.c: (ephy_notebook_insert_page): Revert embed dnd changes. They doesnt work properly. --- src/ephy-notebook.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src') diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 71a2a2039..2e8766683 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -926,16 +926,6 @@ update_tabs_visibility (EphyNotebook *nb, gboolean before_inserting) gtk_notebook_set_show_tabs (GTK_NOTEBOOK (nb), show_tabs); } -static void -child_realize_cb (GtkWidget *child, EphyNotebook *nb) -{ - g_signal_connect (GTK_BIN (child)->child, "drag_data_received", - G_CALLBACK(notebook_drag_data_received_cb), child); - gtk_drag_dest_set (GTK_BIN (child)->child, GTK_DEST_DEFAULT_ALL, - url_drag_types,n_url_drag_types, - GDK_ACTION_MOVE | GDK_ACTION_COPY); -} - void ephy_notebook_insert_page (EphyNotebook *nb, GtkWidget *child, @@ -981,10 +971,6 @@ ephy_notebook_insert_page (EphyNotebook *nb, url_drag_types,n_url_drag_types, GDK_ACTION_MOVE | GDK_ACTION_COPY); - /* embed->child is setup on widget realize */ - g_signal_connect_object (child, "realize", - G_CALLBACK (child_realize_cb), nb, 0); - if (jump_to) { gtk_notebook_set_current_page (GTK_NOTEBOOK (nb), -- cgit v1.2.3