[epiphany] ephy-web-view: remove now unused parameter to sprintf
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-web-view: remove now unused parameter to sprintf
- Date: Thu, 8 Sep 2011 13:22:13 +0000 (UTC)
commit 185b2d0fd04d8d443fd30967e7abd27a08abc544
Author: Xan Lopez <xlopez igalia com>
Date: Thu Sep 8 15:21:23 2011 +0200
ephy-web-view: remove now unused parameter to sprintf
Noticed by Luc Pionchon.
embed/ephy-web-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 54021ed..7da57a9 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -2032,7 +2032,7 @@ ephy_web_view_load_error_page (EphyWebView *view,
"temporarily switched off or moved to a new "
"address. Don't forget to check that your "
"internet connection is working correctly.</p>"),
- uri, reason, hostname);
+ uri, reason);
button_label = g_strdup (_("Try again"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]