# HG changeset patch # User souliane # Date 1389134979 -3600 # Node ID 6126bd24e7dd2fda6b0a9798f465426c0283717b # Parent 36927be5148155011313abcce4e5731d3788fcab browser_side: actually disable the microblog title (not supported yet) diff -r 36927be51481 -r 6126bd24e7dd browser_side/richtext.py --- a/browser_side/richtext.py Tue Jan 07 15:36:18 2014 +0100 +++ b/browser_side/richtext.py Tue Jan 07 23:49:39 2014 +0100 @@ -56,7 +56,7 @@ self.host = host self.no_title = 'no_title' in options - #self.no_title = True # XXX: remove this line when titles are managed + self.no_title = True # XXX: remove this line when titles are managed self.no_close = 'no_close' in options self.update_msg = 'update_msg' in options self.no_recipient = 'no_recipient' in options