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. --- lib/ephy-string.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/ephy-string.h') diff --git a/lib/ephy-string.h b/lib/ephy-string.h index f2907219f..bc844c09b 100644 --- a/lib/ephy-string.h +++ b/lib/ephy-string.h @@ -37,6 +37,8 @@ char *ephy_string_elide_underscores (const char *original); char *ephy_string_double_underscores (const char *string); +GList *ephy_string_parse_uri_list (const char *uri_list); + G_END_DECLS #endif -- cgit v1.2.3