~ubuntu-desktop/unity-lens-files/ubuntu

« back to all changes in this revision

Viewing changes to src/schemas.vala

  • Committer: Didier Roche
  • Date: 2012-02-03 09:26:47 UTC
  • mfrom: (14.2.196 unity-lens-files)
  • mto: This revision was merged to the branch mainline in revision 154.
  • Revision ID: didier.roche@canonical.com-20120203092647-roofheotc4p5qhmf
Tags: upstream-5.2.0
ImportĀ upstreamĀ versionĀ 5.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  public enum Categories
40
40
  {
41
41
    RECENT,
 
42
    RECENT_FILES,
42
43
    DOWNLOADS,
43
 
    FOLDERS
 
44
    FOLDERS,
 
45
    FILES_AND_FOLDERS,
 
46
    
44
47
  }
45
48
}