diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-08-22 03:23:10 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-22 03:23:10 +0800 |
commit | c1212c685cc63dbc037b82898251ce37a22eb9f5 (patch) | |
tree | cac61e6b05fc2055b572f1be67003afce7298aef /embed | |
parent | 6a6e9664f23c2a5eb4e6d477f1f6f2d55aa37bd0 (diff) | |
download | gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar.gz gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar.bz2 gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar.lz gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar.xz gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar.zst gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.zip |
=== Release 2.15.92 ===RELEASE_2_15_92
2006-08-21 Christian Persch <chpe@cvs.gnome.org>
=== Release 2.15.92 ===
* NEWS:
* configure.ac:
Updated for 2.15.92.
* embed/mozilla/EphyAboutModule.cpp:
Use escaped URL for about:recover. Fixes bug #351296.
* src/ephy-window.c:
Remove shortcut for SendPage.
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/EphyAboutModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp index 92bc975f4..ebc40f8f5 100644 --- a/embed/mozilla/EphyAboutModule.cpp +++ b/embed/mozilla/EphyAboutModule.cpp @@ -536,7 +536,7 @@ EphyAboutModule::CreateRecoverPage(nsIURI *aRecoverURI, char *secondary = g_strdup_printf (_("The page ā%sā in this tab was not fully loaded yet when " "the web browser crashed; it could have caused the crash."), - url.get()); + rawurl.get()); nsCOMPtr<nsIChannel> channel; rv = WritePage (aRecoverURI, uri, uri, rawurl, title.get(), |