aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-profile-migrator.c
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-05-13 08:30:17 +0800
committerXan Lopez <xlopez@igalia.com>2011-05-13 08:30:57 +0800
commit0bf62245971fca798531600bf5e961fbc7724db3 (patch)
tree1bdc7ad7ec403d0dc94e79483807039810c1b09a /lib/ephy-profile-migrator.c
parent4b2029408e475382fff02636591ab0f6e44409aa (diff)
downloadgsoc2013-epiphany-0bf62245971fca798531600bf5e961fbc7724db3.tar
gsoc2013-epiphany-0bf62245971fca798531600bf5e961fbc7724db3.tar.gz
gsoc2013-epiphany-0bf62245971fca798531600bf5e961fbc7724db3.tar.bz2
gsoc2013-epiphany-0bf62245971fca798531600bf5e961fbc7724db3.tar.lz
gsoc2013-epiphany-0bf62245971fca798531600bf5e961fbc7724db3.tar.xz
gsoc2013-epiphany-0bf62245971fca798531600bf5e961fbc7724db3.tar.zst
gsoc2013-epiphany-0bf62245971fca798531600bf5e961fbc7724db3.zip
ephy-profile-migrator: call g_type_init explicitly
Diffstat (limited to 'lib/ephy-profile-migrator.c')
-rw-r--r--lib/ephy-profile-migrator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-profile-migrator.c b/lib/ephy-profile-migrator.c
index b64a73383..40d7995df 100644
--- a/lib/ephy-profile-migrator.c
+++ b/lib/ephy-profile-migrator.c
@@ -455,7 +455,7 @@ ephy_migrator ()
int
main (int argc, char *argv[])
{
- g_thread_init (NULL);
+ g_type_init ();
ephy_debug_init ();