Index: head/deskutils/gnome-contacts/files/patch-src_contacts-contact-editor.vala =================================================================== --- head/deskutils/gnome-contacts/files/patch-src_contacts-contact-editor.vala (nonexistent) +++ head/deskutils/gnome-contacts/files/patch-src_contacts-contact-editor.vala (revision 459815) @@ -0,0 +1,11 @@ +--- src/contacts-contact-editor.vala.orig 2018-01-12 21:18:52 UTC ++++ src/contacts-contact-editor.vala +@@ -77,7 +77,7 @@ public class Contacts.ContactEditor : Gr + } + + struct RowData { +- AbstractFieldDetails details; ++ AbstractFieldDetails details; + } + + struct Field { Property changes on: head/deskutils/gnome-contacts/files/patch-src_contacts-contact-editor.vala ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/deskutils/gnome-contacts/files/patch-src_contacts-contact-pane.vala =================================================================== --- head/deskutils/gnome-contacts/files/patch-src_contacts-contact-pane.vala (nonexistent) +++ head/deskutils/gnome-contacts/files/patch-src_contacts-contact-pane.vala (revision 459815) @@ -0,0 +1,34 @@ +--- src/contacts-contact-pane.vala.orig 2018-01-12 21:20:00 UTC ++++ src/contacts-contact-pane.vala +@@ -451,7 +451,6 @@ public class Contacts.ContactPane : Note + DialogFlags.MODAL, + MessageType.ERROR, + ButtonsType.OK, +- "%s", + _("You need to enter some data")); + dialog.show (); + dialog.response.connect ( () => { +@@ -463,7 +462,6 @@ public class Contacts.ContactPane : Note + DialogFlags.MODAL, + MessageType.ERROR, + ButtonsType.OK, +- "%s", + _("No primary addressbook configured")); + dialog.show (); + dialog.response.connect ( () => { +@@ -482,7 +480,6 @@ public class Contacts.ContactPane : Note + DialogFlags.MODAL, + MessageType.ERROR, + ButtonsType.OK, +- "%s", + _("Unable to create new contacts: %s"), e.message); + } + +@@ -493,7 +490,6 @@ public class Contacts.ContactPane : Note + DialogFlags.MODAL, + MessageType.ERROR, + ButtonsType.OK, +- "%s", + _("Unable to find newly created contact")); + } + Property changes on: head/deskutils/gnome-contacts/files/patch-src_contacts-contact-pane.vala ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property