summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-03-26 07:43:51 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2018-03-26 07:43:51 +0200
commitc15ea8360df5a87798a34e150a9a131280912cdd (patch)
tree7c42c87e46ebf39c1c7b7c17398ef6f77c14b93f
parent8569c1277643ea5786810c258e7e811f0971697c (diff)
downloadgnome-contacts-c15ea8360df5a87798a34e150a9a131280912cdd.tar.gz
ContactPane: correctly set this.sheet as nullable.
-rw-r--r--src/contacts-contact-pane.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 484a9f4..d0fa95e 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -42,7 +42,7 @@ public class Contacts.ContactPane : Stack {
private ScrolledWindow contact_sheet_page;
[GtkChild]
private Container contact_sheet_container;
- private ContactSheet sheet;
+ private ContactSheet? sheet = null;
[GtkChild]
private Box contact_editor_page;