No description
Find a file
David King baaff92b30 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
2014-12-18 14:33:13 +00:00
data Add keywords to the desktop file 2012-11-12 12:14:56 +01:00
libgd@16680070f0 Update libgd to fix dist 2013-02-21 12:32:53 -05:00
po updated kn.po 2014-02-04 18:04:34 +05:30
src Show address fields when adding the first contact 2014-12-18 14:33:13 +00:00
vapi Sync cheese-flash.[ch] 2013-07-11 13:38:32 -03:00
.gitignore Updated gitignore 2013-02-17 16:59:49 -05:00
.gitmodules Fix libgd module location 2013-01-11 11:12:37 -05:00
AUTHORS Initial structures 2011-05-05 17:02:17 +02:00
autogen.sh build: support GNOME Build API 2013-01-11 11:12:37 -05:00
configure.ac Bump version for 3.8.3 release 2013-07-15 14:29:46 -04:00
COPYING Replace FSF address by a reference to its website 2011-09-05 10:52:54 +02:00
gnome-contacts.doap Correctly capitalize GNOME in gnome-contacts.doap 2012-04-30 16:21:20 +02:00
Makefile.am Added libgd module 2012-12-17 11:10:17 -05:00
NEWS Update NEWS for release 2013-07-15 14:28:33 -04:00
README Initial structures 2011-05-05 17:02:17 +02:00