[epiphany/gnome-41] Fix non-Latin web app backport



commit 63278f34373dca56ce1423a4633469c62f7b9b5f
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Tue Nov 30 16:26:52 2021 -0600

    Fix non-Latin web app backport

 lib/ephy-web-app-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c
index 920987f05..51209b764 100644
--- a/lib/ephy-web-app-utils.c
+++ b/lib/ephy-web-app-utils.c
@@ -568,7 +568,7 @@ ephy_web_application_setup_from_profile_directory (const char *profile_directory
   /* We need to re-set this because we have already parsed the
    * options, which inits GTK+ and sets this as a side effect.
    */
-  gdk_set_program_class (program_name);
+  gdk_set_program_class (gapplication_id);
 
   g_free (app_icon);
   g_free (desktop_basename);


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