mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
callgraphpage: set loading page as default
This commit is contained in:
@ -955,7 +955,7 @@ sysprof_callgraph_page_init (SysprofCallgraphPage *self)
|
||||
|
||||
gtk_widget_init_template (GTK_WIDGET (self));
|
||||
|
||||
gtk_stack_set_visible_child (priv->stack, priv->empty_state);
|
||||
gtk_stack_set_visible_child (priv->stack, priv->loading_state);
|
||||
|
||||
selection = gtk_tree_view_get_selection (priv->functions_view);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user