From 54f1919cae74d3551c23eef9d00975344d1c78a9 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 6 Aug 2004 14:34:43 +0000 Subject: Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioning 2004-08-06 Christian Persch * lib/ephy-string.c: (ephy_string_parse_uri_list): * lib/ephy-string.h: * lib/widgets/ephy-node-view.c: (drag_data_received_cb), (ephy_node_view_class_init): * src/bookmarks/ephy-bookmarks-editor.c: * src/ephy-notebook.c: (notebook_drag_data_received_cb): * src/ephy-notebook.h: * src/ephy-session.c: * src/ephy-shell.c: (ephy_shell_new_tab): * src/ephy-tab.c: (ephy_tab_new_window_cb): * src/ephy-window.c: (ephy_window_load_in_tabs): Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioning when opening tabs from drags. --- src/ephy-tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-tab.c') diff --git a/src/ephy-tab.c b/src/ephy-tab.c index 078c7c9d7..82b80eab8 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -1262,7 +1262,7 @@ ephy_tab_new_window_cb (EphyEmbed *embed, EphyEmbed **new_embed, new_tab = ephy_tab_new (); gtk_widget_show (GTK_WIDGET (new_tab)); - ephy_window_add_tab (window, new_tab, EPHY_NOTEBOOK_ADD_LAST, FALSE); + ephy_window_add_tab (window, new_tab, -1, FALSE); *new_embed = ephy_tab_get_embed (new_tab); -- cgit v1.2.3