提交 fe4ee23b 编写于 作者: A azvegint

8030100: java.awt.Desktop: Enable check for supported URI schemes on Linux

Reviewed-by: anthony, pchelko, serb
上级 8c0474b5
......@@ -538,9 +538,7 @@ gboolean gtk2_show_uri_load(JNIEnv *env) {
fprintf(stderr, "dlsym(gtk_show_uri) returned NULL\n");
#endif /* INTERNAL_BUILD */
} else {
#ifdef __solaris__
update_supported_actions(env);
#endif
success = TRUE;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册