~bertrand-rousseau/gtg/new-task-list-layout

« back to all changes in this revision

Viewing changes to GTG/gtk/__init__.py

  • Committer: Bertrand Rousseau
  • Date: 2012-07-13 17:24:28 UTC
  • mfrom: (1178.1.28 trunk)
  • mto: (1178.1.30 trunk)
  • mto: This revision was merged to the branch mainline in revision 1183.
  • Revision ID: bertrand.rousseau@gmail.com-20120713172428-ou3ic646fccov41d
Merge with trunk. Fixes conflict with CHANGELOG.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    current_rep = os.path.dirname(os.path.abspath(__file__))
27
27
    DELETE_GLADE_FILE = os.path.join(current_rep, "deletion.glade")
28
28
    PREFERENCES_GLADE_FILE = os.path.join(current_rep, "preferences.glade")
 
29
    PLUGINS_GLADE_FILE = os.path.join(current_rep, "plugins.glade")
29
30
    BACKENDS_GLADE_FILE = os.path.join(current_rep, "backends_dialog.glade")