rtags.py
branchtls-sprint
changeset 1723 30c3a713ab61
parent 1721 694f6a50e138
child 1726 08918409815e
--- a/rtags.py	Mon May 11 11:30:42 2009 +0200
+++ b/rtags.py	Mon May 11 11:55:10 2009 +0200
@@ -63,7 +63,7 @@
         self._tagdefs[(str(rtype), tagged, stype, otype)] = tag
 
     def tag_attribute(self, stype, attr, tag):
-        self.tag_relation(stype, attr, '*', tag, tagged)
+        self.tag_relation(stype, attr, '*', tag, 'subject')
 
     def del_rtag(self, stype, rtype, otype):
         stype, otype, tagged = self._get_tagged(stype, otype)