[geany/geany-plugins] 2ac161: geanyctags: destroy the find tag menu item upon unload

Jiří Techet git-noreply at xxxxx
Tue Oct 14 21:48:33 UTC 2014


Branch:      refs/heads/geanyctags
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Tue, 14 Oct 2014 21:48:33 UTC
Commit:      2ac16143d73ec6caeb09ba56c093d90bb1486fc5
             https://github.com/geany/geany-plugins/commit/2ac16143d73ec6caeb09ba56c093d90bb1486fc5

Log Message:
-----------
geanyctags: destroy the find tag menu item upon unload


Modified Paths:
--------------
    geanyctags/src/geanyctags.c

Modified: geanyctags/src/geanyctags.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -637,6 +637,7 @@ void plugin_cleanup(void)
 	gtk_widget_destroy(s_context_fdef_item);
 	gtk_widget_destroy(s_context_sep_item);
 
+	gtk_widget_destroy(s_ft_item);
 	gtk_widget_destroy(s_gt_item);
 	gtk_widget_destroy(s_sep_item);
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list