diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-20 07:58:02 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-20 07:58:02 +0800 |
commit | 38f4f77d16ff6ee02751eb91b9870108f639e21a (patch) | |
tree | a6558eafb1dd620719757c255f520d181440b4a9 /ChangeLog | |
parent | 37a1f2f5e2544db814a79631d4f4b958f6dba9a8 (diff) | |
download | gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.tar gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.tar.gz gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.tar.bz2 gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.tar.lz gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.tar.xz gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.tar.zst gsoc2013-epiphany-38f4f77d16ff6ee02751eb91b9870108f639e21a.zip |
Get rid of get/set _event, reformat the header.
2003-06-20 Marco Pesenti Gritti <marco@it.gnome.org>
* src/ephy-tab.c: (ephy_tab_finalize), (ephy_tab_init):
* src/ephy-tab.h:
Get rid of get/set _event, reformat the header.
* src/pdm-dialog.c:
Fix compilation warning.
* src/ephy-window.c: (popup_destroy_cb), (show_embed_popup):
* src/popup-commands.c: (get_event_info):
Less invasive way to access the event info from the callbacks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2003-06-20 Marco Pesenti Gritti <marco@it.gnome.org> + + * src/ephy-tab.c: (ephy_tab_finalize), (ephy_tab_init): + * src/ephy-tab.h: + + Get rid of get/set _event, reformat the header. + + * src/pdm-dialog.c: + + Fix compilation warning. + + * src/ephy-window.c: (popup_destroy_cb), (show_embed_popup): + * src/popup-commands.c: (get_event_info): + + Less invasive way to access the event info from the callbacks. + 2003-06-20 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.h: |