Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnome-builder
Commits
f5f8856b
Commit
f5f8856b
authored
Mar 09, 2017
by
Sébastien Lafargue
Browse files
ide-xml-service: disconnect buffer loaded signal
parent
298509f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/xml-pack/ide-xml-service.c
View file @
f5f8856b
...
...
@@ -144,6 +144,8 @@ ide_xml_service__buffer_loaded_cb (IdeBuffer *buffer,
g_assert
(
IDE_IS_FILE
(
state
->
ifile
));
g_assert
(
IDE_IS_BUFFER
(
state
->
buffer
));
g_signal_handlers_disconnect_by_func
(
buffer
,
ide_xml_service__buffer_loaded_cb
,
state
);
egg_task_cache_get_async
(
self
->
analyses
,
state
->
ifile
,
TRUE
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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