[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:
Colin Walters
2009-10-28 18:05:34 -04:00
parent c0ff0066e6
commit 2cb4dfb4a4
3 changed files with 124 additions and 4 deletions

View File

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