allow setting a capture comment from the statusbar when a capture was started

for the decision to allow input of a capture comment, we should make no
difference between the statusbar icon and Statistics / Summary menu item

svn path=/trunk/; revision=45108
This commit is contained in:
Martin Kaiser 2012-09-24 19:12:01 +00:00
parent 82654a12f0
commit eea9174bcf
1 changed files with 2 additions and 0 deletions

View File

@ -813,6 +813,8 @@ statusbar_capture_update_started_cb(capture_options *capture_opts)
interface_names->str,
(capture_opts->save_file) ? capture_opts->save_file : "");
g_string_free(interface_names, TRUE);
status_capture_comment_update();
}
static void