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

« back to all changes in this revision

Viewing changes to gramps/cli/user.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:
117
117
        """
118
118
        self._fileout.write("\r100%\n")
119
119
    
120
 
    def prompt(self, title, message, accept_label, reject_label):
 
120
    def prompt(self, title, message, accept_label, reject_label, parent=None):
121
121
        """
122
122
        Prompt the user with a message to select an alternative.
123
123