[geany/geany-plugins] 9c86d8: Merge pull request #437 from techee/deprecated_ggd

Colomban Wendling git-noreply at xxxxx
Mon Jun 27 17:06:29 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 27 Jun 2016 17:06:29 UTC
Commit:      9c86d85a420619b60d82e3b85ae46572b5253e34
             https://github.com/geany/geany-plugins/commit/9c86d85a420619b60d82e3b85ae46572b5253e34

Log Message:
-----------
Merge pull request #437 from techee/deprecated_ggd

geanygendoc: replace deprecated filetype_id


Modified Paths:
--------------
    geanygendoc/src/ggd-plugin.c
    geanygendoc/src/ggd.c

Modified: geanygendoc/src/ggd-plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -49,7 +49,7 @@ GeanyPlugin     *geany_plugin;
 GeanyData       *geany_data;
 
 /* TODO check minimum requierment */
-PLUGIN_VERSION_CHECK (224)
+PLUGIN_VERSION_CHECK (227)
 
 PLUGIN_SET_TRANSLATABLE_INFO (
   LOCALEDIR, GETTEXT_PACKAGE,


Modified: geanygendoc/src/ggd.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -387,7 +387,7 @@ get_setting_from_tag (GgdDocType     *doctype,
   gchar          *hierarchy;
   gint            nth_child;
   GPtrArray      *tag_array = doc->tm_file->tags_array;
-  filetype_id     geany_ft = FILETYPE_ID (doc->file_type);
+  GeanyFiletypeID geany_ft = FILETYPE_ID (doc->file_type);
   
   hierarchy = ggd_tag_resolve_type_hierarchy (tag_array, geany_ft, tag);
   /*g_debug ("type hierarchy for tag %s is: %s", tag->name, hierarchy);*/



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