From 9a6c740d24b1d4a7deb846d0a1548c5419e0080e Mon Sep 17 00:00:00 2001 From: Tom Tryfonidis Date: Tue, 29 Nov 2011 22:14:47 +0200 Subject: Redesign of about:pages The patch changes the design of about:plugins/memory pages making them similar to about:applications. https://bugzilla.gnome.org/show_bug.cgi?id=665136 --- embed/ephy-request-about.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'embed/ephy-request-about.c') diff --git a/embed/ephy-request-about.c b/embed/ephy-request-about.c index 0256c8da3..e239c1123 100644 --- a/embed/ephy-request-about.c +++ b/embed/ephy-request-about.c @@ -145,7 +145,8 @@ ephy_request_about_send (SoupRequest *request, "", _("Memory usage"), about->priv->css_style); - + + g_string_append_printf (data_str, "

%s

", _("Memory usage")); g_string_append (data_str, memory); g_free (memory); } -- cgit