aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-02-23 20:53:20 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-02-23 20:53:20 +0000
commit1badd16e6babd8dbd79acd1e5e3204183559dfe7 (patch)
tree6a9265706287f5c7b7ca2bfc33f2678404635fd6
parent4c2666593f5bb497981b7b757dfd0cd8458e542e (diff)
Fix bug 741. Menu/Toolbar follow auto scroll checkbox in capture options.
svn path=/trunk/; revision=17389
-rw-r--r--gtk/capture_dlg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index dc44a49f03..9d5dfe2e7d 100644
--- a/gtk/capture_dlg.c
+++ b/gtk/capture_dlg.c
@@ -30,6 +30,7 @@
#include <string.h>
#include <gtk/gtk.h>
+#include <gtk/menu.h>
#include <epan/packet.h>
#include "capture.h"
@@ -1197,6 +1198,7 @@ capture_start_confirmed(void) {
}
/* XXX - we might need to init other pref data as well... */
+ menu_auto_scroll_live_changed(auto_scroll_live);
if (capture_start(capture_opts)) {
/* The capture succeeded, which means the capture filter syntax is