Make it a bit more like the way it was before all these changes.

Change-Id: I9fc0ef50574a7e068c32e3f6ffeb3634df9474d4
Reviewed-on: https://code.wireshark.org/review/7212
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-02-17 14:56:31 -08:00
parent efd18e61f8
commit be5e595da7
1 changed files with 2 additions and 2 deletions

View File

@ -412,10 +412,10 @@ static void macro_update(void* mp, gchar** error) {
gchar* part;
int argc = 0;
*error = NULL;
DUMP_MACRO(m);
*error = NULL;
/* Invalidate the display filter in case it's in use */
if (dfilter_macro_uat && dfilter_macro_uat->post_update_cb)
dfilter_macro_uat->post_update_cb();