summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--browser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/browser.c b/browser.c
index f0e6332..b10361a 100644
--- a/browser.c
+++ b/browser.c
@@ -914,6 +914,8 @@ tabbed_launch(void)
g_strstrip(output);
plug_into = strtol(output, NULL, 16);
g_free(output);
+ if (plug_into == 0)
+ fprintf(stderr, __NAME__": The XID from tabbed is 0\n");
return plug_into;
}