summary refs log tree commit diff stats
path: root/src/fe-text
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-03-16 20:17:21 -0300
committerTingPing <tngpng@gmail.com>2013-03-16 20:17:21 -0300
commit12f0d0b304db64b766cfa29e7befe9b9aea04611 (patch)
treee94d8c349b4975db822cf48791d0d6d1fc23943a /src/fe-text
parent60d7e8e32022ee2c3f2808e64a47fd17df746cca (diff)
fix fe-text
Diffstat (limited to 'src/fe-text')
-rw-r--r--src/fe-text/fe-text.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fe-text/fe-text.c b/src/fe-text/fe-text.c
index 90f86627..6accaad0 100644
--- a/src/fe-text/fe-text.c
+++ b/src/fe-text/fe-text.c
@@ -33,6 +33,7 @@
 #include <sys/types.h>
 #include <ctype.h>
 #include <glib.h>
+#include <glib-object.h>
 #include "../common/hexchat.h"
 #include "../common/hexchatc.h"
 #include "../common/cfgfiles.h"
@@ -478,6 +479,8 @@ fe_args (int argc, char *argv[])
 	context = g_option_context_new (NULL);
 	g_option_context_add_main_entries (context, gopt_entries, GETTEXT_PACKAGE);
 	g_option_context_parse (context, &argc, &argv, &error);
+	
+	g_type_init ();
 
 	if (error)
 	{