This commit is contained in:
bleakgrey 2018-05-05 00:00:47 +03:00
parent e0b45ee49c
commit a949050e0b

View file

@ -14,7 +14,7 @@ public class Tootle.StatusWidget : Gtk.EventBox {
public Gtk.Label title_acct;
public Gtk.Revealer revealer;
public Tootle.RichLabel content_label;
public Tootle.RichLabel content_spoiler;
public Tootle.RichLabel? content_spoiler;
Gtk.Box title_box;
Gtk.Box attachments;
Gtk.ScrolledWindow attachments_scroll;