Commit b227edce authored by winckel's avatar winckel

Fixed issue with itti_analyzer goto message functions.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4314 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ee0bc07b
......@@ -108,8 +108,8 @@ int ui_tree_view_create(GtkWidget *window, GtkWidget *vbox)
hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0);
gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled_window),
ui_main_data.signalslist);
gtk_container_add(GTK_CONTAINER(scrolled_window),
ui_main_data.signalslist);
ui_tree_view_init_list(ui_main_data.signalslist);
......@@ -149,6 +149,5 @@ void ui_tree_view_select_row(gint row)
sprintf(indice, "%d", row);
path = gtk_tree_path_new_from_string(indice);
gtk_tree_view_set_cursor(GTK_TREE_VIEW(ui_main_data.signalslist), path, NULL,
FALSE);
gtk_tree_view_set_cursor(GTK_TREE_VIEW(ui_main_data.signalslist), path, NULL, FALSE);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment