summaryrefslogtreecommitdiff
path: root/ui/gtk/packet_list.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-21 15:27:38 +0000
committerEvan Huus <eapache@gmail.com>2013-03-21 15:27:38 +0000
commit4836f13ac0ad7d06834c00d02b1c876c3bc6eee9 (patch)
treeb87e79713c7e9d93c50f54eb6310553250fbfc53 /ui/gtk/packet_list.c
parent1f083fd6545ceaf6a6f7cf8d8dfe105ae775b6cf (diff)
downloadwireshark-4836f13ac0ad7d06834c00d02b1c876c3bc6eee9.tar.gz
From Michail Koreshkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8371
Add item to context menu of frame references to open the referenced frame in a new window. Very useful when the referenced frame is hidden by a filter. From me: - modelines - simplify some of the logic svn path=/trunk/; revision=48451
Diffstat (limited to 'ui/gtk/packet_list.c')
-rw-r--r--ui/gtk/packet_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/packet_list.c b/ui/gtk/packet_list.c
index 2d0fe48292..29e68b9ed5 100644
--- a/ui/gtk/packet_list.c
+++ b/ui/gtk/packet_list.c
@@ -1253,7 +1253,7 @@ static void
packet_list_double_click_cb(GtkTreeView *treeview, GtkTreePath *path _U_,
GtkTreeViewColumn *col _U_, gpointer userdata _U_)
{
- new_packet_window(GTK_WIDGET(treeview), FALSE);
+ new_packet_window(GTK_WIDGET(treeview), FALSE, FALSE);
}
gboolean