Well, it doesn't recurse with that code there, but it doesn't fill in

the interface list box, either.  Remove the #if 0 for now.

svn path=/trunk/; revision=41696
This commit is contained in:
Guy Harris 2012-03-21 00:44:41 +00:00
parent 7405ba8145
commit 4fe63c565d
1 changed files with 0 additions and 2 deletions

View File

@ -995,9 +995,7 @@ static void fill_capture_box(void)
"Same as Capture/Interfaces with default options",
(welcome_button_callback_t)capture_if_start, (gpointer)if_view);
gtk_box_pack_start(GTK_BOX(box_to_fill), item_hb_start, FALSE, FALSE, 5);
#if 0
welcome_if_tree_load();
#endif
gtk_container_add (GTK_CONTAINER (swindow), if_view);
gtk_container_add(GTK_CONTAINER(box_to_fill), swindow);
g_object_set_data(G_OBJECT(welcome_hb), CAPTURE_HB_BOX_START, item_hb_start);