freebsd-ports/accessibility/at-spi/files/patch-registryd_registry-main.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

10 lines
416 B
C

--- registryd/registry-main.c.orig 2010-09-09 02:51:14 UTC
+++ registryd/registry-main.c
@@ -198,6 +198,7 @@ main (int argc, char **argv)
* has been set. If we have not been relocated, we will exit if the
* at-spi-dbus key has been set.
*/
+ g_type_init ();
gconf_client = gconf_client_get_default ();
#ifdef RELOCATE
need_to_quit = !gconf_client_get_bool (gconf_client, CORBA_GCONF_KEY, NULL);