Remove chart name when going back to chart list

Fixes #47
This commit is contained in:
Gergely Polonkai 2014-08-11 01:26:34 +02:00
parent d74eca959c
commit 1ae1972cd0
1 changed files with 1 additions and 0 deletions

View File

@ -1086,6 +1086,7 @@ ag_window_back_action(GSimpleAction *action,
ag_window_load_chart_list(window);
gtk_stack_set_visible_child_name(GTK_STACK(priv->stack), "list");
gtk_header_bar_set_subtitle(GTK_HEADER_BAR(priv->header_bar), NULL);
}
}