Let surfer(1) start with WebKit 2
This commit is contained in:
parent
352ab8186b
commit
3690316f8d
File diff suppressed because it is too large
Load Diff
|
@ -75,8 +75,7 @@ int main(int argc, char * argv[])
|
||||||
_error("setlocale", 1);
|
_error("setlocale", 1);
|
||||||
bindtextdomain(PACKAGE, LOCALEDIR);
|
bindtextdomain(PACKAGE, LOCALEDIR);
|
||||||
textdomain(PACKAGE);
|
textdomain(PACKAGE);
|
||||||
#if defined(WITH_GTKHTML) || defined(WITH_GTKTEXTVIEW) || defined(WITH_WEBKIT) \
|
#if defined(WITH_GTKHTML) || defined(WITH_GTKTEXTVIEW) || defined(WITH_WEBKIT)
|
||||||
|| defined(WITH_WEBKIT2)
|
|
||||||
if(g_thread_supported() == FALSE)
|
if(g_thread_supported() == FALSE)
|
||||||
g_thread_init(NULL);
|
g_thread_init(NULL);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user