[epiphany] embed-prefs: Tweak the web app user agent



commit 8b18787e12baacece5f78bf643675c6f8464091e
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Jun 9 07:08:19 2016 -0500

    embed-prefs: Tweak the web app user agent
    
    https://bugzilla.gnome.org/show_bug.cgi?id=767123

 embed/ephy-embed-prefs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index 175abf7..1a9b588 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -195,7 +195,7 @@ webkit_pref_callback_user_agent (GSettings  *settings,
     base_user_agent = webkit_pref_get_internal_user_agent ();
 
   if (ephy_embed_shell_get_mode (shell) == EPHY_EMBED_SHELL_MODE_APPLICATION)
-    user_agent = g_strdup_printf ("%s (WebappShell)", base_user_agent);
+    user_agent = g_strdup_printf ("%s (Web App)", base_user_agent);
   else
     user_agent = g_strdup (base_user_agent);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]