aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main_toolbar.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-14 02:19:46 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-14 02:19:46 +0000
commite1ec927708771d5349e50fe0d7eab117e2592956 (patch)
tree5cbed046f37e3e30a3454a65aa5d6f1c0da695d3 /ui/gtk/main_toolbar.h
parentd86f0b527121bd6968a5ac6b781bcb277acbea55 (diff)
Disable some menu items and toolbar items while we're waiting for a
capture to stop, so that we don't try to quit while we're in the middle of quitting or try to stop or restart the capture we're in the middle of stopping. svn path=/trunk/; revision=43250
Diffstat (limited to 'ui/gtk/main_toolbar.h')
-rw-r--r--ui/gtk/main_toolbar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/gtk/main_toolbar.h b/ui/gtk/main_toolbar.h
index bb797d8ddd..d1d86c6d4b 100644
--- a/ui/gtk/main_toolbar.h
+++ b/ui/gtk/main_toolbar.h
@@ -46,6 +46,10 @@ void toolbar_redraw_all(void);
*/
void set_toolbar_for_capture_in_progress(gboolean have_capture_file);
+/** The capture is in the process of being stopped.
+ */
+void set_toolbar_for_capture_stopping(void);
+
/** We have (or don't have) captured packets now.
*
* @param have_captured_packets TRUE, if we have captured packets