[gnome-software/mwleeds/pwa-plugin] fixup! Revive webapp support



commit 33a8c4c29e1b177a01fed9fb62ea6adf00e1fc65
Author: Phaedrus Leeds <mwleeds protonmail com>
Date:   Mon Feb 7 11:47:06 2022 -0800

    fixup! Revive webapp support

 plugins/epiphany/gs-plugin-epiphany.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/epiphany/gs-plugin-epiphany.c b/plugins/epiphany/gs-plugin-epiphany.c
index 19acb3c24..cc5e9cd51 100644
--- a/plugins/epiphany/gs-plugin-epiphany.c
+++ b/plugins/epiphany/gs-plugin-epiphany.c
@@ -127,8 +127,8 @@ setup_thread_cb (GTask        *task,
         */
        self->epiphany_proxy = gs_ephy_web_app_provider_proxy_new_for_bus_sync (G_BUS_TYPE_SESSION,
                                                                                G_DBUS_PROXY_FLAGS_NONE,
-                                                                               
"org.gnome.Epiphany.WebAppProvider1",
-                                                                               
"/org/gnome/Epiphany/WebAppProvider1",
+                                                                               
"org.gnome.Epiphany.WebAppProvider",
+                                                                               
"/org/gnome/Epiphany/WebAppProvider",
                                                                                g_task_get_cancellable (task),
                                                                                &local_error);
        if (self->epiphany_proxy == NULL) {


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