diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-20 23:43:38 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-20 23:43:38 +0800 |
commit | a838f6d5ab82bac98a25fb3ce9cb2c0cd575146c (patch) | |
tree | 705c36ad0fb609a241d35dcf8c629102b09907e5 /ChangeLog | |
parent | 476c242753cd43a612cd9eea3166c77d822f7c80 (diff) | |
download | gsoc2013-epiphany-a838f6d5ab82bac98a25fb3ce9cb2c0cd575146c.tar gsoc2013-epiphany-a838f6d5ab82bac98a25fb3ce9cb2c0cd575146c.tar.gz gsoc2013-epiphany-a838f6d5ab82bac98a25fb3ce9cb2c0cd575146c.tar.bz2 gsoc2013-epiphany-a838f6d5ab82bac98a25fb3ce9cb2c0cd575146c.tar.lz gsoc2013-epiphany-a838f6d5ab82bac98a25fb3ce9cb2c0cd575146c.tar.xz gsoc2013-epiphany-a838f6d5ab82bac98a25fb3ce9cb2c0cd575146c.tar.zst gsoc2013-epiphany-a838f6d5ab82bac98a25fb3ce9cb2c0cd575146c.zip |
Use the embed url, the tab one can make no sense if the user edited it.
2003-06-20 Marco Pesenti Gritti <marco@it.gnome.org>
* src/ephy-favicon-action.c: (each_url_get_data_binder):
Use the embed url, the tab one can make no sense if the user
edited it.
* src/toolbar.c: (location_user_changed_cb), (toolbar_set_window),
(toolbar_init), (toolbar_set_location):
Block location updating when setting tab title on user_changed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2003-06-20 Marco Pesenti Gritti <marco@it.gnome.org> + * src/ephy-favicon-action.c: (each_url_get_data_binder): + + Use the embed url, the tab one can make no sense if the user + edited it. + + * src/toolbar.c: (location_user_changed_cb), (toolbar_set_window), + (toolbar_init), (toolbar_set_location): + + Block location updating when setting tab title on user_changed. + +2003-06-20 Marco Pesenti Gritti <marco@it.gnome.org> + * lib/widgets/ephy-location-entry.c: (ephy_location_entry_autocompletion_window_url_selected_cb): |