Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Tue, 21 Oct 2014 21:52:11 UTC Commit: 9b07b6986a06522369d0076c5d92f91adeaead49 https://github.com/geany/geany-plugins/commit/9b07b6986a06522369d0076c5d92f9...
Log Message: ----------- geanyctags: check whether project is open on plugin load
Modified Paths: -------------- geanyctags/src/geanyctags.c
Modified: geanyctags/src/geanyctags.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -656,7 +656,7 @@ void plugin_init(G_GNUC_UNUSED GeanyData * data) keybindings_set_item(key_group, KB_FIND_TAG, NULL, 0, 0, "find_tag", _("Find tag"), s_ft_item);
- set_widgets_sensitive(FALSE); + set_widgets_sensitive(geany_data->app->project); }
void plugin_cleanup(void)
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org