X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=dbus-server-bindings.c;h=f20a6901fa79f525196f42d3e94b90233545f9ba;hp=9c4d6cde124218ce0c7c4299f1e0093d7d2e0cd7;hb=e9c581ab58322ed67df8429a43cfbc836f84ca75;hpb=912f2ba6a56b399c39f09083e6402bfe0aaeddbd diff --git a/dbus-server-bindings.c b/dbus-server-bindings.c index 9c4d6cd..f20a690 100644 --- a/dbus-server-bindings.c +++ b/dbus-server-bindings.c @@ -127,12 +127,12 @@ gboolean osso_browser_top_application(OssoBrowser *obj, GError **error) { if (!ctx.continuous_mode) ignore_reconfig_requests(); - launch_microb(&ctx, "new_window"); + launch_browser(&ctx, "new_window"); return TRUE; } /* This is a "undocumented", non-standard extension to the API, ONLY - for use by /usr/bin/browser wrapper to implement --url */ + for use by /usr/bin/microb wrapper */ gboolean osso_browser_switchboard_launch_microb(OssoBrowser *obj, const char *uri, GError **error) { if (!ctx.continuous_mode)