plugins/scm/lib/scm/scm_commits_mirror/commit.rb in redcar-0.4.1 vs plugins/scm/lib/scm/scm_commits_mirror/commit.rb in redcar-0.5
- old
+ new
@@ -8,10 +8,10 @@
def text
raise "not implemented"
end
def icon
- File.join(Scm::ICONS_DIR, "notebook--arrow.png")
+ :"notebook--arrow"
end
def leaf?
true
end