diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-09 01:35:30 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-09 01:35:30 +0800 |
commit | cda65a33a1885e61cbaafb5e98e56c742a4828b0 (patch) | |
tree | 42bde5d0e4a66be6d60865e5ad4862ff3eb8408b /ChangeLog | |
parent | 6b00de66025093218127fa74d9a423d58e377025 (diff) | |
download | gsoc2013-epiphany-cda65a33a1885e61cbaafb5e98e56c742a4828b0.tar.gz gsoc2013-epiphany-cda65a33a1885e61cbaafb5e98e56c742a4828b0.tar.zst gsoc2013-epiphany-cda65a33a1885e61cbaafb5e98e56c742a4828b0.zip |
Focus history entry on _show. Do not try to update paste menu item using
2003-11-08 Marco Pesenti Gritti <marco@gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_update_menu):
* src/ephy-history-window.c: (ephy_history_window_show),
(ephy_history_window_class_init),
(ephy_history_window_update_menu):
Focus history entry on _show.
Do not try to update paste menu item using the wait
api, it can cause a crash on a timeout and anyway
it's incosistent what we do in main window.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2003-11-08 Marco Pesenti Gritti <marco@gnome.org> + + * src/bookmarks/ephy-bookmarks-editor.c: + (ephy_bookmarks_editor_update_menu): + * src/ephy-history-window.c: (ephy_history_window_show), + (ephy_history_window_class_init), + (ephy_history_window_update_menu): + + Focus history entry on _show. + Do not try to update paste menu item using the wait + api, it can cause a crash on a timeout and anyway + it's incosistent what we do in main window. + 2003-11-08 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_get_type), |