summaryrefslogtreecommitdiff
path: root/src/contacts-types.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/contacts-types.vala')
-rw-r--r--src/contacts-types.vala12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/contacts-types.vala b/src/contacts-types.vala
index 2a4058a..b90b91a 100644
--- a/src/contacts-types.vala
+++ b/src/contacts-types.vala
@@ -363,12 +363,12 @@ public class Contacts.TypeSet : Object {
}
public class Contacts.TypeCombo : Grid {
- TypeSet type_set;
- ComboBox combo;
- Entry entry;
- TreeIter last_active;
- bool custom_mode;
- bool in_manual_change;
+ private unowned TypeSet type_set;
+ private ComboBox combo;
+ private Entry entry;
+ private TreeIter last_active;
+ private bool custom_mode;
+ private bool in_manual_change;
public bool modified;
public signal void changed ();