From b2087f41f64679f3f300ed5af74aef285327d6b8 Mon Sep 17 00:00:00 2001 From: Reinout van Schouwen Date: Thu, 22 Nov 2007 21:17:26 +0000 Subject: 2007-11-22 Reinout van Schouwen * 2007-11-22 Reinout van Schouwen - bookmarks/ephy-bookmark-action.c: unbreak the build. Use g_strdup_printf. svn path=/trunk/; revision=7725 --- src/bookmarks/ephy-bookmark-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c index 5360de7ae..011277548 100644 --- a/src/bookmarks/ephy-bookmark-action.c +++ b/src/bookmarks/ephy-bookmark-action.c @@ -436,7 +436,7 @@ query_tooltip_cb (GtkWidget *proxy, if (g_str_has_prefix (location, "javascript:")) { - text = g_strdup (_("Executes the script ā€œ%sā€", title)); + text = g_strdup_printf (_("Executes the script ā€œ%sā€"), title); } else { -- cgit v1.2.3