diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-19 22:35:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-19 22:35:55 +0800 |
commit | cb85297cd231771cd22913f39fe2a71aa8c53849 (patch) | |
tree | 04361ac93771f0b69da9a4745d7fc6cd52848d9d /ChangeLog | |
parent | 5511b6207788fccebd0a9110d8cbf4eaa8c66b5e (diff) | |
download | gsoc2013-epiphany-cb85297cd231771cd22913f39fe2a71aa8c53849.tar gsoc2013-epiphany-cb85297cd231771cd22913f39fe2a71aa8c53849.tar.gz gsoc2013-epiphany-cb85297cd231771cd22913f39fe2a71aa8c53849.tar.bz2 gsoc2013-epiphany-cb85297cd231771cd22913f39fe2a71aa8c53849.tar.lz gsoc2013-epiphany-cb85297cd231771cd22913f39fe2a71aa8c53849.tar.xz gsoc2013-epiphany-cb85297cd231771cd22913f39fe2a71aa8c53849.tar.zst gsoc2013-epiphany-cb85297cd231771cd22913f39fe2a71aa8c53849.zip |
Improve comment.
2003-12-19 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb):
Improve comment.
* src/ephy-window.c: (setup_ui_manager), (setup_notebook),
(ephy_window_init):
Only show the toolbar after the extensions have been attached
to the window.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2003-12-19 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb): + + Improve comment. + + * src/ephy-window.c: (setup_ui_manager), (setup_notebook), + (ephy_window_init): + + Only show the toolbar after the extensions have been attached + to the window. + +2003-12-19 Christian Persch <chpe@cvs.gnome.org> + * src/prefs-dialog.c: (add_lang_dialog_response_cb): Remove debug output leftovers. |