mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-13 20:05:31 +00:00
8030100: java.awt.Desktop: Enable check for supported URI schemes on Linux
Reviewed-by: anthony, pchelko, serb
This commit is contained in:
parent
adb37773e7
commit
175dba662b
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user