~ubuntu-branches/ubuntu/precise/deja-dup/precise-updates

« back to all changes in this revision

Viewing changes to deja-dup/main.vala

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2010-01-10 10:03:06 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100110100306-awjywmnuln6yusb9
Tags: upstream-13.5
ImportĀ upstreamĀ versionĀ 13.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
 
92
92
    /* First, check duplicity version info */
93
93
    Idle.add(() => {
94
 
      valid_duplicity = DejaDup.DuplicityInfo.get_default().check_duplicity_version(toplevel);
 
94
      valid_duplicity = DejaDup.init_duplicity(toplevel);
95
95
      Gtk.main_quit();
96
96
      return false;
97
97
    });