summaryrefslogtreecommitdiff
path: root/src/nautilus-starred-directory.c
Commit message (Collapse)AuthorAgeFilesLines
* files-view: ensure starred directory type is registeredErnestas Kulik2018-03-031-0/+6
| | | | | | Since 9ec2be563527a6821625b33a896c2478728a0a3c removed the only call to nautilus_starred_directory_get_type(), the extension isn’t registered and starred:/// does not load.
* general: Run uncrustifyCarlos Soriano2018-02-131-23/+25
|
* general: Rename from 'favorite' to 'starred'Carlos Soriano2018-02-131-0/+581
It was a mix of both terms, given that tracker uses 'favorite' but we use 'starred' in the UI. Since the part that interact with tracker is minimal, is better to be consistent with the UI. This renames 'favorite' to 'starred' except the tracker queries.