X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=launcher.c;h=e3865c7443be0d7586528c92cba5af0ab1282535;hp=77f2ded16da9189e3c7d4c276e07bb4b1a29c0b5;hb=d95701298e18e8cb9e57f346c96a03168bbab458;hpb=31ba2ea20e86fa1da93a434f2b143204796b2b09 diff --git a/launcher.c b/launcher.c index 77f2ded..e3865c7 100644 --- a/launcher.c +++ b/launcher.c @@ -134,7 +134,7 @@ static void launch_tear(struct swb_context *ctx, char *uri) { if (!tear_proxy) { if (!(tear_proxy = dbus_g_proxy_new_for_name( ctx->session_bus, - "com.nokia.tear", + "com.nokia.tear", "/com/nokia/tear", "com.nokia.Tear"))) { log_msg("Failed to create proxy for com.nokia.Tear D-Bus interface\n"); @@ -386,7 +386,7 @@ void launch_microb(struct swb_context *ctx, char *uri) { /* Event found, stop looking */ break; memset(buf, '\0', 256); - } + } inotify_rm_watch(fd, inot_wd); close(fd);