Create the GdMainView for the chart list

GdMainView doesn’t implement GtkBuildable yet, thus, it cannot be added
via the UI file.
This commit is contained in:
2014-07-22 12:31:41 +02:00
parent 809a1b215f
commit 36e89f3fe4
2 changed files with 86 additions and 3 deletions

View File

@@ -68,7 +68,9 @@ ag_app_create_window(AgApp *app)
static void
new_window_cb(GSimpleAction *action, GVariant *parameter, gpointer user_data)
{
ag_app_create_window(AG_APP(user_data));
AgWindow *window = AG_WINDOW(ag_app_create_window(AG_APP(user_data)));
ag_window_change_tab(window, "list");
}
static void