summaryrefslogtreecommitdiff
path: root/ui/gtk/uat_gui.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-24 16:47:38 +0000
committerEvan Huus <eapache@gmail.com>2013-03-24 16:47:38 +0000
commitc4a36c513fdd2009d47a058e4006fd42a6cbd6b4 (patch)
tree41f6581d9cb333a1f09d58bf17724576b8db41e1 /ui/gtk/uat_gui.c
parentace8a9cb6ae4b869b3de77b95032afb024338424 (diff)
downloadwireshark-c4a36c513fdd2009d47a058e4006fd42a6cbd6b4.tar.gz
Redissect extra packet windows in all cases (that I know of) where we
redissect normal packet list. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8482 svn path=/trunk/; revision=48528
Diffstat (limited to 'ui/gtk/uat_gui.c')
-rw-r--r--ui/gtk/uat_gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/uat_gui.c b/ui/gtk/uat_gui.c
index c295ff3c71..1dddb2f4ab 100644
--- a/ui/gtk/uat_gui.c
+++ b/ui/gtk/uat_gui.c
@@ -70,6 +70,7 @@
#include "ui/gtk/packet_list.h"
#include "ui/gtk/webbrowser.h"
#include "ui/gtk/old-gtk-compat.h"
+#include "ui/gtk/packet_win.h"
# define BUTTON_SIZE_X -1
# define BUTTON_SIZE_Y -1
@@ -725,6 +726,7 @@ static void uat_apply_changes(uat_t *uat) {
/* Just redissect packets if we have any */
if (cfile.state != FILE_CLOSED) {
redissect_packets ();
+ redissect_all_packet_windows ();
}
}
}