From bdfe1d7fc82eaf4e52b736ff635f69f218bf724c Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 30 Oct 2004 14:30:52 +0000 Subject: move quit_after_cap into capture_opts svn path=/trunk/; revision=12449 --- capture.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'capture.c') diff --git a/capture.c b/capture.c index e59899b531..31c128a034 100644 --- a/capture.c +++ b/capture.c @@ -173,7 +173,6 @@ * Capture options. */ capture_options capture_opts; -gboolean quit_after_cap = FALSE;/* Makes a "capture only mode". Implies -k */ gboolean capture_child; /* if this is the child for "-S" */ @@ -307,7 +306,7 @@ normal_do_capture(gboolean is_tempfile) /* Not sync mode. */ capture_succeeded = capture(&stats_known, &stats); - if (quit_after_cap) { + if (capture_opts.quit_after_cap) { /* DON'T unlink the save file. Presumably someone wants it. */ main_window_exit(); } -- cgit v1.2.3