diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-24 23:00:17 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-24 23:00:17 +0800 |
commit | fa2ed1162e71eb37859ec2a5ef38a9387d06b5af (patch) | |
tree | 99fff77df808014fe4dc166acc91a7e1b05cfda1 /ChangeLog | |
parent | 66e037be87fdb7361fa5d69cfe61b17468a82a56 (diff) | |
download | gsoc2013-epiphany-fa2ed1162e71eb37859ec2a5ef38a9387d06b5af.tar gsoc2013-epiphany-fa2ed1162e71eb37859ec2a5ef38a9387d06b5af.tar.gz gsoc2013-epiphany-fa2ed1162e71eb37859ec2a5ef38a9387d06b5af.tar.bz2 gsoc2013-epiphany-fa2ed1162e71eb37859ec2a5ef38a9387d06b5af.tar.lz gsoc2013-epiphany-fa2ed1162e71eb37859ec2a5ef38a9387d06b5af.tar.xz gsoc2013-epiphany-fa2ed1162e71eb37859ec2a5ef38a9387d06b5af.tar.zst gsoc2013-epiphany-fa2ed1162e71eb37859ec2a5ef38a9387d06b5af.zip |
Make the signal RUN_LAST.
2005-02-24 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-link.c: (ephy_link_base_init):
Make the signal RUN_LAST.
* src/ephy-tab.c: (ephy_tab_get_type), (open_link_in_new_tab),
(clipboard_text_received_cb):
Make EphyTab implement EphyLink interface.
* src/ephy-window.c: (modal_alert_cb), (tab_added_cb),
(tab_removed_cb), (ephy_window_open_link):
Attach to link signal on EphyTab.
Don't switch tabs to modal alerts in ppv mode; block the alerts
instead.
2005-02-23 Carlos Garnacho Parro <carlos@gnome.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2005-02-24 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-link.c: (ephy_link_base_init): + + Make the signal RUN_LAST. + + * src/ephy-tab.c: (ephy_tab_get_type), (open_link_in_new_tab), + (clipboard_text_received_cb): + + Make EphyTab implement EphyLink interface. + + * src/ephy-window.c: (modal_alert_cb), (tab_added_cb), + (tab_removed_cb), (ephy_window_open_link): + + Attach to link signal on EphyTab. + Don't switch tabs to modal alerts in ppv mode; block the alerts + instead. + 2005-02-23 Carlos Garnacho Parro <carlos@gnome.org> * src/ephy-session.c: don't activate startup notification with the |