From 75dba53ad63f96bd56ffa0f676ecb242dbcbfdd2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 16 Jun 2012 21:30:24 +0000 Subject: Move some routines that specifically handle the main window's packet panes to main_packet_panes.c. Rename main_tree_view_new() to proto_tree_view_new() - it's not just for creating the main window's protocol tree view, it's also for creating protocol tree views in packet windows. svn path=/trunk/; revision=43292 --- ui/gtk/Makefile.common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/gtk/Makefile.common') diff --git a/ui/gtk/Makefile.common b/ui/gtk/Makefile.common index af8600b355..54ec913eb3 100644 --- a/ui/gtk/Makefile.common +++ b/ui/gtk/Makefile.common @@ -99,6 +99,7 @@ WIRESHARK_GTK_SRC = \ main_airpcap_toolbar.c \ main_filter_toolbar.c \ main_menubar.c \ + main_packet_panes.c \ manual_addr_resolv.c \ packet_panes.c \ main_statusbar.c \ @@ -294,6 +295,7 @@ noinst_HEADERS = \ main_airpcap_toolbar.h \ main_filter_toolbar.h \ main_menubar_private.h \ + main_packet_panes.h \ menus.h \ packet_panes.h \ main_statusbar_private.h \ -- cgit v1.2.3