failing to load an optional extension shouldn't fail the widget
svn path=/trunk/KDE/kdebase/runtime/; revision=1055409
This commit is contained in:
parent
b07076032d
commit
71b2a8243b
@ -454,9 +454,6 @@ bool SimpleJavaScriptApplet::importExtensions()
|
||||
}
|
||||
|
||||
if (!applet()->hasAuthorization(extension)) {
|
||||
setFailedToLaunch(true,
|
||||
i18n("Authorization for required extension '%1' was denied.",
|
||||
extension));
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user