~sara.ribeiro/gtg/userdoc

« back to all changes in this revision

Viewing changes to GTG/backends/backend_gnote.py

  • Committer: Sara Ribeiro
  • Date: 2014-03-09 09:52:02 UTC
  • mfrom: (1360.2.3 trunk2)
  • Revision ID: sara.rmgr@gmail.com-20140309095202-o8ajab32rxl6wr50
Solve merge conflict

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
            GenericBackend.PARAM_DEFAULT_VALUE: ["@GTG-Gnote"]},
55
55
    }
56
56
 
57
 
    _BUS_ADDRESS = ("org.gnome.Gnote",
58
 
                    "/org/gnome/Gnote/RemoteControl",
59
 
                    "org.gnome.Gnote.RemoteControl")
 
57
    BUS_ADDRESS = ("org.gnome.Gnote",
 
58
                   "/org/gnome/Gnote/RemoteControl",
 
59
                   "org.gnome.Gnote.RemoteControl")