comparison sat_frontends/jp/cmd_file.py @ 2939:18a98a541f7a

jp (xmlui manager): basic handling of multi-lines text in TextBoxWidget
author Goffi <goffi@goffi.org>
date Fri, 03 May 2019 20:49:27 +0200
parents 472fadadefe6
children ab2696e34d29
comparison
equal deleted inserted replaced
2938:48985ef7682f 2939:18a98a541f7a
754 help=_(u"jid of the person to invite"), 754 help=_(u"jid of the person to invite"),
755 ) 755 )
756 756
757 def _FISInviteCb(self): 757 def _FISInviteCb(self):
758 self.disp( 758 self.disp(
759 _(u'invitation sent do {entity}').format(entity=self.args.jid) 759 _(u'invitation sent to {entity}').format(entity=self.args.jid)
760 ) 760 )
761 self.host.quit() 761 self.host.quit()
762 762
763 def start(self): 763 def start(self):
764 self.path = os.path.normpath(self.args.path) if self.args.path else u"" 764 self.path = os.path.normpath(self.args.path) if self.args.path else u""