summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-04-05 12:23:49 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-04-08 10:10:21 +0200
commita25ec7b4d579ccb5ea798b33aa2c99a767b2615b (patch)
treec1df09ed32da2b14f0b6327a42414b5c56c0742c
parent1a41ed2010b05305d8e25a1cbd68504cb83d0ecc (diff)
downloadgnome-contacts-a25ec7b4d579ccb5ea798b33aa2c99a767b2615b.tar.gz
Avoid ownership mismatches of container elements
-rw-r--r--src/contacts-types.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts-types.vala b/src/contacts-types.vala
index 9affca6..2a4058a 100644
--- a/src/contacts-types.vala
+++ b/src/contacts-types.vala
@@ -53,7 +53,7 @@ public class Contacts.TypeSet : Object {
private TypeSet () {
display_name_hash = new HashTable<unowned string, Data> (str_hash, str_equal);
vcard_lookup_hash = new HashTable<unowned string, GLib.List<InitData*> > (str_hash, str_equal);
- custom_hash = new HashTable<unowned string, TreeIter? > (str_hash, str_equal);
+ custom_hash = new HashTable<string, TreeIter? > (str_hash, str_equal);
store = new Gtk.ListStore (2,
// Display name or null for separator