From 64ff5c590db02cddccc6088162747c2b69ccd87d Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 22 Oct 2004 21:43:02 +0000 Subject: Remove ephy_string_parse_uri_list, and use new glib function 2004-10-22 Christian Persch * lib/ephy-string.c: (ephy_string_double_underscores): * lib/ephy-string.h: * lib/widgets/ephy-node-view.c: (drag_data_received_cb): * src/bookmarks/ephy-bookmarks-editor.c: (node_dropped_cb): * src/ephy-notebook.c: (notebook_drag_data_received_cb): * src/ephy-window.c: (ephy_window_load_in_tabs): * src/ephy-window.h: Remove ephy_string_parse_uri_list, and use new glib function g_uri_list_extract_uris() instead. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 833ed6feb..8b42e1fc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2004-10-22 Christian Persch + + * lib/ephy-string.c: (ephy_string_double_underscores): + * lib/ephy-string.h: + * lib/widgets/ephy-node-view.c: (drag_data_received_cb): + * src/bookmarks/ephy-bookmarks-editor.c: (node_dropped_cb): + * src/ephy-notebook.c: (notebook_drag_data_received_cb): + * src/ephy-window.c: (ephy_window_load_in_tabs): + * src/ephy-window.h: + + Remove ephy_string_parse_uri_list, and use new glib function + g_uri_list_extract_uris() instead. + 2004-10-22 Christian Persch * src/ephy-notebook.c: (build_tab_label): -- cgit v1.2.3