GNOME Bugzilla – Bug 768165
Can't add a note to a contact
Last modified: 2017-08-12 11:34:02 UTC
Hello, When I create a contact and I populates the field "note"; after saving, the note was not added to the contact. This issue only affects gnome-contact (evolution does not have this problem). Cordialy.
Created attachment 356447 [details] [review] row I'm not familiar with GTK but following the code it seems like we were passing the wrong Widget to the function to seatch for. We were using the text_value which is inside of a ScrolledWindow so the fucntion wasn't able to return the right row number.
Hey Thiago, thanks for the patch! Great catch btw :-) FWIW, there's a WIP branch 'wip/nielsdg/contact-editor-rewrite' which should also solve some other problems (such as some WARNINGs) Landed as commit dcd922d86e6ce13a0fa6546cee732fd40f4531ce .