+eweouz (0.7) UNRELEASED; urgency=low
+
+ * Add g_type_init calls to the C utilities, to make them stop
+ segfaulting. Apparently the e-d-s libraries require that now.
+ Closes: #662885
+
+ -- Tollef Fog Heen <tfheen@debian.org> Wed, 07 Mar 2012 08:10:49 +0100
+
eweouz (0.6) unstable; urgency=low
* Make it possible to cycle through the returned addresses if more than
setlocale (LC_ALL, "");
+ g_type_init();
optioncontext = g_option_context_new ("- whack address book");
g_option_context_add_main_entries (optioncontext, entries, NULL);
g_option_context_parse (optioncontext, &argc, &argv, &error);
setlocale (LC_ALL, "");
+ g_type_init();
+
optioncontext = g_option_context_new ("- whack address book");
g_option_context_add_main_entries (optioncontext, entries, NULL);
g_option_context_parse (optioncontext, &argc, &argv, &error);