~noskcaj/ubuntu/trusty/gnome-documents/3.10.2

« back to all changes in this revision

Viewing changes to src/changeMonitor.js

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Thomas Bechtold
  • Date: 2013-04-04 13:32:08 UTC
  • mfrom: (3.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130404133208-n19gqczi05z31ogb
Tags: 3.8.0-1
[ Thomas Bechtold ]
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
const Mainloop = imports.mainloop;
25
25
const Signals = imports.signals;
26
26
 
27
 
const Global = imports.global;
 
27
const Application = imports.application;
28
28
 
29
29
const TrackerResourcesServiceIface = <interface name='org.freedesktop.Tracker1.Resources'>
30
30
    <signal name="GraphUpdated">
139
139
        sparql += ' {}';
140
140
 
141
141
        // resolve all the unresolved IDs we got so far
142
 
        Global.connectionQueue.add(sparql, null, Lang.bind(this,
 
142
        Application.connectionQueue.add(sparql, null, Lang.bind(this,
143
143
            function(object, res) {
144
144
                let cursor = object.query_finish(res);
145
145