提交 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) { ...@@ -538,9 +538,7 @@ gboolean gtk2_show_uri_load(JNIEnv *env) {
fprintf(stderr, "dlsym(gtk_show_uri) returned NULL\n"); fprintf(stderr, "dlsym(gtk_show_uri) returned NULL\n");
#endif /* INTERNAL_BUILD */ #endif /* INTERNAL_BUILD */
} else { } else {
#ifdef __solaris__
update_supported_actions(env); update_supported_actions(env);
#endif
success = TRUE; success = TRUE;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册