Ignore:
Timestamp:
04/17/17 06:47:25 (7 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Backed out changeset f300ebc45a7f

File:
1 edited

Legend:

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

    r833 r834  
    9494                               buffer.get_end_iter(), True)
    9595
    96     @explanation.setter
    97     def explanation(self, explanation):
    98         """Set the explanation."""
    99         self._explanation.get_buffer().set_text(explanation)
    100 
    10196    @property
    10297    def hasExplanation(self):
     
    131126
    132127class FaultExplainWidget(gtk.Frame):
    133     """The widget for the faults and their explanations."""
     128    """The widget for the failts and their explanations."""
    134129    @staticmethod
    135130    def getFaultFrame(alignment):
     
    240235                          numExplanations = self._numExplanations -
    241236                          (1 if hasExplanation else 0))
    242 
    243     def setExplanation(self, id, explanation):
    244         """Set the explanation for the fault with the given ID"""
    245         self._faultWidgets[id][1].explanation = explanation
    246237
    247238    def reset(self):
Note: See TracChangeset for help on using the changeset viewer.