Ignore:
Timestamp:
04/01/13 11:52:28 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added the appending of the log and the debug log to the bug report (re #190)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/bugreport.py

    r484 r490  
    125125                                     descriptionBuffer.get_end_iter(),
    126126                                     False)
     127        description = text2unicode(description)
    127128        self.set_sensitive(False)
    128         self._gui.sendBugReport(self._summary.get_text(),
     129        self._gui.sendBugReport(text2unicode(self._summary.get_text()),
    129130                                description,
    130                                 self._email.get_text(),
     131                                text2unicode(self._email.get_text()),
    131132                                self._bugReportSent)
    132133
Note: See TracChangeset for help on using the changeset viewer.