Removed TODO comment after merging chart-tab-if-open

This commit is contained in:
Gergely Polonkai 2014-07-02 19:50:46 +02:00
parent 0c9d956ef7
commit 9c9da9c273
1 changed files with 0 additions and 1 deletions

View File

@ -691,7 +691,6 @@ window_populate(AgWindow *window)
priv->tab_points = gtk_label_new("PLACEHOLDER FOR THE POINTS TABLES");
gtk_stack_add_titled(GTK_STACK(priv->stack), priv->tab_points, "points", _("Points"));
/* TODO: change to the Chart tab if we are opening an existing chart! */
gtk_stack_set_visible_child_name(GTK_STACK(priv->stack), "edit");
priv->current_tab = priv->tab_edit;