From 48db8cad986b0af83edb90c9fa00f58fc45b5900 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 16 Mar 2018 12:00:30 +0100 Subject: src/{user-list.vala,user-prompt-box.vala}: Fix segfault in newly introduced debug message. --- src/user-prompt-box.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/user-prompt-box.vala') diff --git a/src/user-prompt-box.vala b/src/user-prompt-box.vala index 4483eec..6254d97 100644 --- a/src/user-prompt-box.vala +++ b/src/user-prompt-box.vala @@ -22,13 +22,13 @@ public class UserPromptBox : PromptBox { /* Background for this user */ - public string background; + public string background = ""; /* Default session for this user */ - public string session; + public string session = ""; /* True if should be marked as active */ - public bool is_active; + public bool is_active = false; public UserPromptBox (string name) { -- cgit v1.2.3