From c1212c685cc63dbc037b82898251ce37a22eb9f5 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 21 Aug 2006 19:23:10 +0000 Subject: === Release 2.15.92 === 2006-08-21 Christian Persch === 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. --- embed/mozilla/EphyAboutModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/mozilla') 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 channel; rv = WritePage (aRecoverURI, uri, uri, rawurl, title.get(), -- cgit v1.2.3