Change to chart view when opening an existing chart

This commit is contained in:
2014-07-02 19:15:54 +02:00
parent ee6bed9661
commit 0cc6344c37
3 changed files with 7 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ ag_app_open_chart(AgApp *app, GFile *file)
uri = g_file_get_uri(file);
ag_window_set_uri(AG_WINDOW(window), uri);
g_free(uri);
ag_window_open_chart_tab(window);
}
static void