~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to src/View/Resources.vala

  • Committer: Fabio Zaramella
  • Date: 2015-03-01 17:14:56 UTC
  • mto: This revision was merged to the branch mainline in revision 1892.
  • Revision ID: ffabio.96.x@gmail.com-20150301171456-md2qw0u49fuijtbz
name for recent tab

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        string s = protocol.delimit (":/", ' ').chomp ();
72
72
 
73
73
        switch (s) {
 
74
            case "recent":
 
75
                return Marlin.PROTOCOL_NAME_RECENT;
74
76
            case "trash":
75
77
                return Marlin.PROTOCOL_NAME_TRASH;
76
78
            case "network":