aboutsummaryrefslogtreecommitdiff
path: root/src/user-prompt-box.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/user-prompt-box.vala')
-rw-r--r--src/user-prompt-box.vala6
1 files changed, 3 insertions, 3 deletions
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)
{