~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/media/browser.js

  • Committer: William Grant
  • Date: 2009-12-17 05:36:03 UTC
  • Revision ID: me@williamgrant.id.au-20091217053603-duup7h948uzvmwid
Hook in the unversioned icon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
/* Mapping SVN status to icons, just the file's basename */
62
62
svn_icons = {
63
 
    "unversioned": null,
 
63
    "unversioned": "unversioned.png",
64
64
    "normal": "normal.png",
65
65
    "added": "added.png",
66
66
    "missing": "missing.png",