SF.net SVN: geany:[3201] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Mon Nov 10 17:31:45 UTC 2008
Revision: 3201
http://geany.svn.sourceforge.net/geany/?rev=3201&view=rev
Author: ntrel
Date: 2008-11-10 17:31:45 +0000 (Mon, 10 Nov 2008)
Log Message:
-----------
Make Python symbol tree method icon look more like a function than
variable.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/symbols.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-11-10 17:16:35 UTC (rev 3200)
+++ trunk/ChangeLog 2008-11-10 17:31:45 UTC (rev 3201)
@@ -22,6 +22,9 @@
Group Conf symbol list tags by section.
* src/symbols.c:
Add icons for Conf symbol tree items.
+ * src/symbols.c:
+ Make Python symbol tree method icon look more like a function than
+ variable.
2008-11-08 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
Modified: trunk/src/symbols.c
===================================================================
--- trunk/src/symbols.c 2008-11-10 17:16:35 UTC (rev 3200)
+++ trunk/src/symbols.c 2008-11-10 17:31:45 UTC (rev 3201)
@@ -667,7 +667,7 @@
{
tag_list_add_groups(tag_store,
&(tv_iters.tag_class), _("Classes"), "classviewer-class",
- &(tv_iters.tag_member), _("Methods"), "classviewer-member",
+ &(tv_iters.tag_member), _("Methods"), "classviewer-macro",
&(tv_iters.tag_function), _("Functions"), "classviewer-method",
&(tv_iters.tag_variable), _("Variables"), "classviewer-var",
NULL);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list