It seems gnet requires threading support

This commit is contained in:
Pierre Pronchery 2009-03-06 13:39:58 +00:00
parent fbf431efde
commit 99a77b51f8

View File

@ -467,6 +467,8 @@ int main(int argc, char * argv[])
int o;
memset(&prefs, 0, sizeof(prefs));
if(g_thread_supported() == FALSE)
g_thread_init(NULL);
gtk_init(&argc, &argv);
while((o = getopt(argc, argv, "O:U:")) != -1)
switch(o)