]> git.armaanb.net Git - chorizo.git/commitdiff
Disable tabbed on "-e"
authorPeter Hofmann <scm@uninformativ.de>
Sun, 15 Jun 2014 04:02:46 +0000 (06:02 +0200)
committerPeter Hofmann <scm@uninformativ.de>
Sun, 15 Jun 2014 04:02:46 +0000 (06:02 +0200)
zea.c

diff --git a/zea.c b/zea.c
index 845b37efe9d58c4a1f080bd8c90a950174ae8e85..47ac92577a5bf28b863067119eb94b11be6914be 100644 (file)
--- a/zea.c
+++ b/zea.c
@@ -619,6 +619,7 @@ main(int argc, char **argv)
                                break;
                        case 'e':
                                embed = atol(optarg);
+                               launch_tabbed = FALSE;
                                break;
                        case 'r':
                                show_all_requests = TRUE;