fix fe-text
This commit is contained in:
parent
60d7e8e320
commit
12f0d0b304
|
@ -33,6 +33,7 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
#include <glib-object.h>
|
||||||
#include "../common/hexchat.h"
|
#include "../common/hexchat.h"
|
||||||
#include "../common/hexchatc.h"
|
#include "../common/hexchatc.h"
|
||||||
#include "../common/cfgfiles.h"
|
#include "../common/cfgfiles.h"
|
||||||
|
@ -479,6 +480,8 @@ fe_args (int argc, char *argv[])
|
||||||
g_option_context_add_main_entries (context, gopt_entries, GETTEXT_PACKAGE);
|
g_option_context_add_main_entries (context, gopt_entries, GETTEXT_PACKAGE);
|
||||||
g_option_context_parse (context, &argc, &argv, &error);
|
g_option_context_parse (context, &argc, &argv, &error);
|
||||||
|
|
||||||
|
g_type_init ();
|
||||||
|
|
||||||
if (error)
|
if (error)
|
||||||
{
|
{
|
||||||
if (error->message)
|
if (error->message)
|
||||||
|
|
Loading…
Reference in New Issue