← Back to team overview

apport-hackers team mailing list archive

[Merge] lp:~paolorotolo/apport/fix-for-942830 into lp:apport

 

Paolo Rotolo has proposed merging lp:~paolorotolo/apport/fix-for-942830 into lp:apport.

Requested reviews:
  Apport upstream developers (apport-hackers)
Related bugs:
  Bug #942830 in apport (Ubuntu): "changed since then UnreportableReason is confusing"
  https://bugs.launchpad.net/ubuntu/+source/apport/+bug/942830

For more details, see:
https://code.launchpad.net/~paolorotolo/apport/fix-for-942830/+merge/95046

Change from 'since then' to 'since the crash occurred' in apport/ui.py to fix the bug #942830
-- 
https://code.launchpad.net/~paolorotolo/apport/fix-for-942830/+merge/95046
Your team Apport upstream developers is requested to review the proposed merge of lp:~paolorotolo/apport/fix-for-942830 into lp:apport.
=== modified file 'apport/ui.py'
--- apport/ui.py	2012-02-23 15:08:13 +0000
+++ apport/ui.py	2012-02-28 20:56:22 +0000
@@ -837,7 +837,7 @@
             if orig_time != cur_time:
                 self.report['UnreportableReason'] = (
                     _('The problem happened with the program %s which changed '
-                      'since then.') % self.report['ExecutablePath'])
+                      'since the crash occurred.') % self.report['ExecutablePath'])
                 return
 
         if not self.cur_package and 'ExecutablePath' not in self.report \