aboutsummaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-01 00:18:48 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-01 00:18:48 +0000
commitbdb69627b2330e225c4676c261f3719a2ecdf5b8 (patch)
tree087ec2c4043916dd8799ae91b499d71aa82f702b /globals.h
parent112bd7c6a7974607227449206f6f88d399076427 (diff)
"prefs.capture_real_time", not "prefs.capture_auto_scroll", should
control whether we have a child process do the capturing; a user might want the packet list to be updated as packets arrive but *not* want it to scroll so that the most recently arrived packets are shown. "prefs.capture_auto_scroll", not "auto_scroll_live", should control whether we scroll a real-time-update capture's packet list; "auto_scroll_live" isn't set by the capture dialog box, "prefs_capture_auto_scroll" is. svn path=/trunk/; revision=3388
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index 49122e97c3..b9fd5be655 100644
--- a/globals.h
+++ b/globals.h
@@ -1,7 +1,7 @@
/* globals.h
* Global defines, etc.
*
- * $Id: globals.h,v 1.24 2001/03/27 06:48:11 guy Exp $
+ * $Id: globals.h,v 1.25 2001/05/01 00:18:46 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -36,7 +36,6 @@ extern capture_file cfile;
extern guint main_ctx, file_ctx;
extern gchar *ethereal_path;
extern gchar *last_open_dir;
-extern gboolean auto_scroll_live;
extern field_info *finfo_selected;
extern ts_type timestamp_type;