diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-05-13 08:30:17 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-05-13 08:30:57 +0800 |
commit | 0bf62245971fca798531600bf5e961fbc7724db3 (patch) | |
tree | 1bdc7ad7ec403d0dc94e79483807039810c1b09a /lib | |
parent | 4b2029408e475382fff02636591ab0f6e44409aa (diff) | |
download | gsoc2013-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')
-rw-r--r-- | lib/ephy-profile-migrator.c | 2 |
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 (); |