diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-03-12 06:13:12 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-03-12 06:13:12 +0800 |
commit | 12dcb8681740d76009ff710ce04fb36fcee56e87 (patch) | |
tree | 43228eb1829c470984291043b487c959b43e75b3 | |
parent | f7da5a6985b9e90107553afd06591213d422f337 (diff) | |
download | gsoc2013-epiphany-12dcb8681740d76009ff710ce04fb36fcee56e87.tar gsoc2013-epiphany-12dcb8681740d76009ff710ce04fb36fcee56e87.tar.gz gsoc2013-epiphany-12dcb8681740d76009ff710ce04fb36fcee56e87.tar.bz2 gsoc2013-epiphany-12dcb8681740d76009ff710ce04fb36fcee56e87.tar.lz gsoc2013-epiphany-12dcb8681740d76009ff710ce04fb36fcee56e87.tar.xz gsoc2013-epiphany-12dcb8681740d76009ff710ce04fb36fcee56e87.tar.zst gsoc2013-epiphany-12dcb8681740d76009ff710ce04fb36fcee56e87.zip |
Revert patch from bug #169956, it's not correct.
2005-03-11 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-toolbar.c: (ephy_toolbar_activate_location):
Revert patch from bug #169956, it's not correct.
* src/ephy-window.c: (sync_chromes_visibility):
Fix a crash on window close with active toolbar activation.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,16 @@ * src/ephy-toolbar.c: (ephy_toolbar_activate_location): + Revert patch from bug #169956, it's not correct. + + * src/ephy-window.c: (sync_chromes_visibility): + + Fix a crash on window close with active toolbar activation. + +2005-03-11 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-toolbar.c: (ephy_toolbar_activate_location): + Don't activate the location entry if it's hidden. Fixes bug #169956. 2005-03-11 Christian Persch <chpe@cvs.gnome.org> |