Recursion, n. See "recursion".

svn path=/trunk/; revision=41694
This commit is contained in:
Guy Harris 2012-03-21 00:16:13 +00:00
parent b551749d28
commit d43d1c0a6f
1 changed files with 2 additions and 0 deletions

View File

@ -992,7 +992,9 @@ 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);