Fremantle: Use open_new_window instead of load_url when passing URL to MicroB
[browser-switch] / launcher.c
index f42e999..7a3c8c1 100644 (file)
@@ -321,7 +321,7 @@ int launch_microb_open_window(struct swb_context *ctx, char *uri,
                        uri = "about:blank";
                }
        }
-       if (!dbus_g_proxy_call(g_proxy, "load_url",
+       if (!dbus_g_proxy_call(g_proxy, "open_new_window",
                               &gerror,
                               G_TYPE_STRING, uri,
                               G_TYPE_INVALID,