Cursor setting in live game window.

This commit is contained in:
gyboth 2007-02-16 17:30:30 +00:00
parent a84ce96557
commit 95e2074988
1 changed files with 1 additions and 0 deletions

View File

@ -486,6 +486,7 @@ treeview_live_game_show_commentary(const LiveGameUnit *unit)
path = gtk_tree_model_get_path(GTK_TREE_MODEL(ls), &iter);
gtk_tree_view_set_cursor(treeview, path, NULL, FALSE);
gtk_widget_grab_focus (treeview);
gtk_tree_path_free(path);
}