[geany/geany] cff36e: R: properly display sources and libraries in the symbol list
Colomban Wendling
git-noreply at xxxxx
Wed Nov 20 17:41:11 UTC 2013
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Wed, 20 Nov 2013 17:41:11 UTC
Commit: cff36e7497be16cefede1b393207e61709c71c2e
https://github.com/geany/geany/commit/cff36e7497be16cefede1b393207e61709c71c2e
Log Message:
-----------
R: properly display sources and libraries in the symbol list
Modified Paths:
--------------
src/symbols.c
Modified: src/symbols.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -771,7 +771,7 @@ static void add_top_level_items(GeanyDocument *doc)
{
tag_list_add_groups(tag_store,
&(tv_iters.tag_function), _("Functions"), "classviewer-method",
- &(tv_iters.tag_struct), _("Other"), NULL,
+ &(tv_iters.tag_other), _("Other"), NULL,
NULL);
break;
}
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list