After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 596123 - G_DEBUG="fatal_warnings" fixes
G_DEBUG="fatal_warnings" fixes
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: unknown
unspecified
Other All
: Normal normal
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-23 21:45 UTC by Carl-Anton Ingmarsson
Modified: 2009-10-10 08:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
file-manager: fix bug where we accessed the FileView even though it was freed (4.91 KB, patch)
2009-09-23 21:45 UTC, Carl-Anton Ingmarsson
accepted-commit_now Details | Review
git: remove action groups when the plugin is deactivated (4.21 KB, patch)
2009-09-23 21:45 UTC, Carl-Anton Ingmarsson
accepted-commit_now Details | Review
search-plugin: unmerge ui and remove action group when the plugin is deactivated (2.08 KB, patch)
2009-09-23 21:45 UTC, Carl-Anton Ingmarsson
accepted-commit_now Details | Review

Description Carl-Anton Ingmarsson 2009-09-23 21:45:46 UTC
Some fixes found when running anjuta with G_DEBUG="fatal_warnings".
Comment 1 Carl-Anton Ingmarsson 2009-09-23 21:45:48 UTC
Created attachment 143841 [details] [review]
file-manager: fix bug where we accessed the FileView even though it was freed

add new file_model_set_ivcs() function and use that to set the IAnjutaVcs. This
way we don't have to access the view from the model when we want to get the
IAnjutaVcs.
Comment 2 Carl-Anton Ingmarsson 2009-09-23 21:45:52 UTC
Created attachment 143842 [details] [review]
git: remove action groups when the plugin is deactivated
Comment 3 Carl-Anton Ingmarsson 2009-09-23 21:45:55 UTC
Created attachment 143843 [details] [review]
search-plugin: unmerge ui and remove action group when the plugin is deactivated
Comment 4 Johannes Schmid 2009-09-24 15:01:53 UTC
Thanks. Pushed to master!
Comment 5 Sébastien Granjoux 2009-10-10 08:54:20 UTC
It seems that everything is in git so I'm closing this bug.