[lookingGlass] Add primitive extensions list
In the future this should be more like the Firefox Addons UI probably with enable/disable/update checking, but stub it out here for now. https://bugzilla.gnome.org/show_bug.cgi?id=599661
This commit is contained in:
@ -577,10 +577,7 @@ shell_global_add_extension_importer (ShellGlobal *global,
|
||||
|
||||
if (!JSVAL_IS_OBJECT (target_object))
|
||||
{
|
||||
g_set_error(error,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_FAILED,
|
||||
"Invalid object");
|
||||
g_error ("shell_global_add_extension_importer: invalid target object");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user