예제 #1
0
 def get_name(self, text=None):
     """Because the text variable for history entries contains the text
     typed for the history search (and not the text of the orginal action),
     we store the original text seperately."""
     result = CopyToClipboardAction.get_name(self, text)
     result["origtext"] = self.text
     return result
예제 #2
0
 def get_name(self, text = None):
     """Because the text variable for history entries contains the text
     typed for the history search (and not the text of the orginal action),
     we store the original text seperately."""
     result = CopyToClipboardAction.get_name (self, text)
     result["origtext"] = self.text
     return result