extensionDownloader: Clean up names of methods
FromUUID is redundant. https://bugzilla.gnome.org/show_bug.cgi?id=679099
This commit is contained in:
@ -287,11 +287,11 @@ const GnomeShellExtensions = new Lang.Class({
|
||||
},
|
||||
|
||||
InstallRemoteExtensionAsync: function([uuid], invocation) {
|
||||
return ExtensionDownloader.installExtensionFromUUID(uuid, invocation);
|
||||
return ExtensionDownloader.installExtension(uuid, invocation);
|
||||
},
|
||||
|
||||
UninstallExtension: function(uuid) {
|
||||
return ExtensionDownloader.uninstallExtensionFromUUID(uuid);
|
||||
return ExtensionDownloader.uninstallExtension(uuid);
|
||||
},
|
||||
|
||||
LaunchExtensionPrefs: function(uuid) {
|
||||
|
Reference in New Issue
Block a user