commit 48bf9a6ca0883bee2590fa3288bd740634cc17a9 Author: Erick Pérez Castellanos Date: Thu Dec 18 10:16:38 2014 -0500 Bump version to 3.8.4 for release configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5b898cd1823b22b36bb80d21c603e3863bcdae64 Author: Erick Pérez Castellanos Date: Thu Dec 18 10:02:18 2014 -0500 Update NEWS for release NEWS | 3 +++ 1 file changed, 3 insertions(+) commit baaff92b30526fdce921d7532e11a85c4c8f10fa Author: David King Date: Wed Dec 17 14:25:17 2014 +0000 Show address fields when adding the first contact The new contact dialog iterates over the list of address fields, which are declared as static in the Contact class. Static data in Vala is implemented by initializing the data during class_init(), or in other words, the first time that the class is instantiated. When adding the first contact, there are no instances of Contact, and so the address fields have not been initialized. This leads to a blank space in the new contact dialog, where the list of address fields should be. Ensure that class_init() of the Contact class has been called by calling g_type_class_ref() on the Type before iterating over the address fields. https://bugzilla.gnome.org/show_bug.cgi?id=702810 src/contacts-new-contact-dialog.vala | 8 ++++++++ 1 file changed, 8 insertions(+) commit df237dfc5b60552e076580cd451d085bf507d291 Author: Shankar Prasad Date: Tue Feb 4 18:04:34 2014 +0530 updated kn.po po/kn.po | 109 ++++++++++++++++++++------------------------------------------- 1 file changed, 34 insertions(+), 75 deletions(-) commit 758d265c15cb3a7962953bf1a6c921d533243a84 Author: Lasse Liehu Date: Tue Nov 5 07:50:49 2013 +0200 Finnish translation update po/fi.po | 58 ++++++++++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 28 deletions(-) commit 8df5a589b00454f5fdf4c25d76c9177ddfd533eb Author: victory Date: Sat Nov 2 22:23:18 2013 +0900 l10n: Update Japanese translation po/ja.po | 509 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 303 insertions(+), 206 deletions(-)