From efdde3ff63b9f0c3c3ff8c418c451be494360601 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 1 Aug 2005 19:28:53 +0000 Subject: Now that the tab's address is always correct (isn't the typed address 2005-08-01 Christian Persch * src/ephy-location-action.c: (get_location_cb): * src/ephy-session.c: (write_tab): * src/ephy-tab.c: * src/ephy-window.c: (modal_alert_cb): * src/prefs-dialog.c: (set_homepage_entry), (prefs_homepage_current_button_clicked_cb): * src/window-commands.c: (window_cmd_file_send_to), (window_cmd_file_bookmark_page), (window_cmd_view_page_source): Now that the tab's address is always correct (isn't the typed address anymore), always use ephy_tab_get_address instead of ephy_embed_get_location, since the former also gets the right address when the page loading but still blank. Should fix bug #147840. --- src/ephy-tab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ephy-tab.c') diff --git a/src/ephy-tab.c b/src/ephy-tab.c index ae2f2dbbf..b843dd2cd 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -2248,7 +2248,7 @@ ephy_tab_set_title (EphyTab *tab, * * Returns the title of the web page loaded in @tab. * - * Return value: @tab's loaded web page's title + * Return value: @tab's loaded web page's title. Will never be %NULL. **/ const char * ephy_tab_get_title (EphyTab *tab) @@ -2283,7 +2283,7 @@ ephy_tab_get_title (EphyTab *tab) * * Returns the address of the currently loaded page. * - * Return value: @tab's address + * Return value: @tab's address. Will never be %NULL. **/ const char * ephy_tab_get_address (EphyTab *tab) -- cgit v1.2.3