SF.net SVN: geany:[3200] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Nov 10 17:16:35 UTC 2008


Revision: 3200
          http://geany.svn.sourceforge.net/geany/?rev=3200&view=rev
Author:   ntrel
Date:     2008-11-10 17:16:35 +0000 (Mon, 10 Nov 2008)

Log Message:
-----------
Add icons for Conf symbol tree items.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-11-10 17:03:11 UTC (rev 3199)
+++ trunk/ChangeLog	2008-11-10 17:16:35 UTC (rev 3200)
@@ -20,6 +20,8 @@
    Use TMTag pointer tree model column instead of line number.
  * tagmanager/conf.c:
    Group Conf symbol list tags by section.
+ * src/symbols.c:
+   Add icons for Conf symbol tree items.
 
 
 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:03:11 UTC (rev 3199)
+++ trunk/src/symbols.c	2008-11-10 17:16:35 UTC (rev 3200)
@@ -567,8 +567,8 @@
 			break;
 		case GEANY_FILETYPES_CONF:
 			tag_list_add_groups(tag_store,
-				&tv_iters.tag_namespace, _("Sections"), NULL,
-				&tv_iters.tag_macro, _("Keys"), NULL,
+				&tv_iters.tag_namespace, _("Sections"), "classviewer-other",
+				&tv_iters.tag_macro, _("Keys"), "classviewer-var",
 				NULL);
 			break;
 		case GEANY_FILETYPES_LATEX:


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