diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-02-15 13:27:35 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-02-15 13:27:35 (GMT) |
commit | ef90ffc686eb0dc1aa1567c6ceaff3843970a597 (patch) | |
tree | c26f7a17fd89f1558bc1775183d6b905d21bccd0 /src/gui | |
parent | 04b1ee00d25383f977f59703e4c0bc66ad1faa81 (diff) |
Chosen the default view displayed after a binary loading.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editor.c b/src/gui/editor.c index 69eb2a6..f45acbd 100644 --- a/src/gui/editor.c +++ b/src/gui/editor.c @@ -927,7 +927,7 @@ static void on_editor_loaded_content_added(GStudyProject *project, GLoadedConten const char *lname; /* Description du binaire */ GPanelItem *panel; /* Nouveau panneau à integrer */ - selected = g_loaded_content_build_view(content, 0); + selected = g_loaded_content_build_default_view(content); name = g_loaded_content_describe(content, false); lname = g_loaded_content_describe(content, true); |