Changed add to contacts button so that it adds street number to street field instead...
[jenirok] / src / common / contactmanager.cpp
index 67cd7ca..cf459b4 100644 (file)
@@ -85,7 +85,7 @@ bool ContactManager::addContact(Contact const& contact)
     {
         addr = g_new0 (EContactAddress, 1);
         addr->address_format = g_strdup("");
-        addr->po = g_strdup(contact.streetNumber.toUtf8().data());
+        addr->po = g_strdup("");
         addr->ext = g_strdup("");
         addr->region = g_strdup("");
         addr->code = g_strdup(contact.zipCode.toUtf8().data());