~jeremywootten/pantheon-files/vala-icon-renderer

« back to all changes in this revision

Viewing changes to src/ZeitgeistManager.vala

* Make app ID and .desktop a resource constant
* rename dbus service as org.pantheon-files.db
* rename app ID and .desktop as org.pantheon.files

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
***/
18
18
namespace Marlin {
19
19
    public class ZeitgeistManager : Object {
20
 
        const string FILES_ACTOR = "application://pantheon-files.desktop";
 
20
        const string FILES_ACTOR = "application://" + Marlin.APP_DESKTOP;
21
21
        const string ATTRS = FileAttribute.STANDARD_DISPLAY_NAME + "," + FileAttribute.STANDARD_CONTENT_TYPE;
22
22
 
23
23
        public static void report_event (string uri, string interpretation) {