diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-27 21:02:24 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-27 21:02:24 +0800 |
commit | bc08fad238bd6a29c6ef68d966c99949321a4341 (patch) | |
tree | 3b22cbfd3c44a4bce2c3d7d76084e3818ccba52f /ChangeLog | |
parent | 9858006c017531ae84f709a346273a0cb5b4f968 (diff) | |
download | gsoc2013-epiphany-bc08fad238bd6a29c6ef68d966c99949321a4341.tar gsoc2013-epiphany-bc08fad238bd6a29c6ef68d966c99949321a4341.tar.gz gsoc2013-epiphany-bc08fad238bd6a29c6ef68d966c99949321a4341.tar.bz2 gsoc2013-epiphany-bc08fad238bd6a29c6ef68d966c99949321a4341.tar.lz gsoc2013-epiphany-bc08fad238bd6a29c6ef68d966c99949321a4341.tar.xz gsoc2013-epiphany-bc08fad238bd6a29c6ef68d966c99949321a4341.tar.zst gsoc2013-epiphany-bc08fad238bd6a29c6ef68d966c99949321a4341.zip |
Correctly disconnect the handler not from the proxy but from the entry
2004-03-27 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-location-action.c: (location_url_activate_cb),
(disconnect_proxy), (ephy_location_action_set_address):
Correctly disconnect the handler not from the proxy but from the entry
itself. Rationalise away one strdup.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-03-27 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-location-action.c: (location_url_activate_cb), + (disconnect_proxy), (ephy_location_action_set_address): + + Correctly disconnect the handler not from the proxy but from the entry + itself. Rationalise away one strdup. + +2004-03-27 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-stock-icons.c: (ephy_stock_icons_init): Register our stock icons. |