[geany/geany-plugins] c3e049: geanyctags: disable also the "Find tag" entry when project not loaded

Jiří Techet git-noreply at xxxxx
Tue Oct 21 21:55:32 UTC 2014


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Tue, 21 Oct 2014 21:55:32 UTC
Commit:      c3e049fc08f45030781c081eb6d0d5d1b4610e4b
             https://github.com/geany/geany-plugins/commit/c3e049fc08f45030781c081eb6d0d5d1b4610e4b

Log Message:
-----------
geanyctags: disable also the "Find tag" entry when project not loaded


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

Modified: geanyctags/src/geanyctags.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -87,6 +87,7 @@ void plugin_cleanup(void);
 static void set_widgets_sensitive(gboolean sensitive)
 {
 	gtk_widget_set_sensitive(GTK_WIDGET(s_gt_item), sensitive);
+	gtk_widget_set_sensitive(GTK_WIDGET(s_ft_item), sensitive);
 	gtk_widget_set_sensitive(GTK_WIDGET(s_context_fdec_item), sensitive);
 	gtk_widget_set_sensitive(GTK_WIDGET(s_context_fdef_item), sensitive);
 }



--------------
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