comparison browser_side/richtext.py @ 327:6126bd24e7dd

browser_side: actually disable the microblog title (not supported yet)
author souliane <souliane@mailoo.org>
date Tue, 07 Jan 2014 23:49:39 +0100
parents 8131d0ccf21b
children 2067d6241927
comparison
equal deleted inserted replaced
326:36927be51481 327:6126bd24e7dd
54 54
55 # This must be done before FlexTable.__init__ because it is used by setVisible 55 # This must be done before FlexTable.__init__ because it is used by setVisible
56 self.host = host 56 self.host = host
57 57
58 self.no_title = 'no_title' in options 58 self.no_title = 'no_title' in options
59 #self.no_title = True # XXX: remove this line when titles are managed 59 self.no_title = True # XXX: remove this line when titles are managed
60 self.no_close = 'no_close' in options 60 self.no_close = 'no_close' in options
61 self.update_msg = 'update_msg' in options 61 self.update_msg = 'update_msg' in options
62 self.no_recipient = 'no_recipient' in options 62 self.no_recipient = 'no_recipient' in options
63 self.no_command = 'no_command' in options 63 self.no_command = 'no_command' in options
64 self.no_sync_unibox = self.no_command or 'no_sync_unibox' in options 64 self.no_sync_unibox = self.no_command or 'no_sync_unibox' in options