From a949050e0bd641b489f62f9eb02d182d7b6f0a7e Mon Sep 17 00:00:00 2001 From: bleakgrey Date: Sat, 5 May 2018 00:00:47 +0300 Subject: [PATCH] derp --- src/Widgets/StatusWidget.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Widgets/StatusWidget.vala b/src/Widgets/StatusWidget.vala index 2c50238..9884025 100644 --- a/src/Widgets/StatusWidget.vala +++ b/src/Widgets/StatusWidget.vala @@ -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;