[geany/geany] 49dafc: Use namespaces icon for Ruby modules

Colomban Wendling git-noreply at xxxxx
Thu Sep 6 18:43:49 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 06 Sep 2012 18:43:49
Commit:      49dafc85361122fbcc84da5aa3e5172b1f9ab20f
             https://github.com/geany/geany/commit/49dafc85361122fbcc84da5aa3e5172b1f9ab20f

Log Message:
-----------
Use namespaces icon for Ruby modules

It's not perfect but better than nothing since other tags have icons.


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

Modified: src/symbols.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -818,7 +818,7 @@ static void add_top_level_items(GeanyDocument *doc)
 		case GEANY_FILETYPES_RUBY:
 		{
 			tag_list_add_groups(tag_store,
-				&(tv_iters.tag_namespace), _("Modules"), NULL,
+				&(tv_iters.tag_namespace), _("Modules"), "classviewer-namespace",
 				&(tv_iters.tag_class), _("Classes"), "classviewer-class",
 				&(tv_iters.tag_member), _("Singletons"), "classviewer-struct",
 				&(tv_iters.tag_function), _("Methods"), "classviewer-method",


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list