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

Reviewed-by: anthony, pchelko, serb
This commit is contained in:
Alexander Zvegintsev 2014-04-07 17:45:18 +01:00
parent adb37773e7
commit 175dba662b

View File

@ -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;
}
}