summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2020-06-15 18:38:53 +0200
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-06-16 16:16:51 +0000
commita72d21d758a3ac8c3dce8d4373941dfbf6f517aa (patch)
treec934cb5026676498e4135bc7d2712442c370eb18 /lib
parent4c17aa94710c9b46671b17783cb1982e83e0a7e0 (diff)
downloadepiphany-a72d21d758a3ac8c3dce8d4373941dfbf6f517aa.tar.gz
Fix webapp notification support
Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1228
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-profile-utils.h2
-rw-r--r--lib/ephy-web-app-utils.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/ephy-profile-utils.h b/lib/ephy-profile-utils.h
index b01e842d2..c97910063 100644
--- a/lib/ephy-profile-utils.h
+++ b/lib/ephy-profile-utils.h
@@ -24,7 +24,7 @@
G_BEGIN_DECLS
-#define EPHY_PROFILE_MIGRATION_VERSION 34
+#define EPHY_PROFILE_MIGRATION_VERSION 35
#define EPHY_INSECURE_PASSWORDS_MIGRATION_VERSION 11
#define EPHY_FIREFOX_SYNC_PASSWORDS_MIGRATION_VERSION 19
#define EPHY_TARGET_ORIGIN_MIGRATION_VERSION 21
diff --git a/lib/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c
index 3d2c66ee5..eb8f98cca 100644
--- a/lib/ephy-web-app-utils.c
+++ b/lib/ephy-web-app-utils.c
@@ -40,14 +40,14 @@
* <normalized-name>-checksum.
*
* The id is used to uniquely identify the app.
- * - Program name: epiphany-<id>
+ * - Program name: org.gnome.Epiphany.WebApp-<id>
* - Profile directory: <program-name>
* - Desktop file: <profile-dir>/<program-name>.desktop
*
* System web applications have a profile dir without a desktop file.
*/
-#define EPHY_WEB_APP_PROGRAM_NAME_PREFIX "epiphany-"
+#define EPHY_WEB_APP_PROGRAM_NAME_PREFIX "org.gnome.Epiphany.WebApp-"
char *
ephy_web_application_get_app_id_from_name (const char *name)