~ubuntu-branches/ubuntu/wily/gramps/wily

« back to all changes in this revision

Viewing changes to gramps/gui/dbman.py

  • Committer: Package Import Robot
  • Author(s): Ross Gammon
  • Date: 2015-05-16 11:49:41 UTC
  • mfrom: (39.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20150516114941-hiku87mi6p7wbjba
Tags: 4.1.3~dfsg-1
* New upstream release
* Fixes manpage desription of import function (LP: #1427444)
* Fixes crash when closing detatched gramplet (Closes: #785393)

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
 
249
249
        if store.get_value(node, STOCK_COL) == Gtk.STOCK_DIALOG_ERROR:
250
250
            path = conv_to_unicode(store.get_value(node, PATH_COL), 'utf8')
251
 
            backup = os.path.join(path, u"person.gbkp")
 
251
            backup = os.path.join(path, "person.gbkp")
252
252
            self.repair.set_sensitive(os.path.isfile(backup))
253
253
        else:
254
254
            self.repair.set_sensitive(False)