Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Günther Wagner
gnome-builder
Commits
e1e4e89b
Commit
e1e4e89b
authored
Dec 11, 2018
by
Christian Hergert
Browse files
layout: clear page before unloading
This simplifies things for addins to only disconnect state in one place.
parent
5c645db5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libide/layout/ide-layout-stack.c
View file @
e1e4e89b
...
...
@@ -438,6 +438,7 @@ ide_layout_stack_addin_removed (PeasExtensionSet *set,
g_assert
(
plugin_info
!=
NULL
);
g_assert
(
IDE_IS_LAYOUT_STACK_ADDIN
(
addin
));
ide_layout_stack_addin_set_view
(
addin
,
NULL
);
ide_layout_stack_addin_unload
(
addin
,
self
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment