[chrome-gnome-shell] api: resolve uninstallExtension with proper parameter



commit 287522f08646667bd31b536a385ac63ddb7d9c64
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sun Feb 12 11:08:19 2017 +0400

    api: resolve uninstallExtension with proper parameter
    
    See-Also: https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues/31

 extension/include/sweettooth-api.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extension/include/sweettooth-api.js b/extension/include/sweettooth-api.js
index 9af786e..248f62c 100644
--- a/extension/include/sweettooth-api.js
+++ b/extension/include/sweettooth-api.js
@@ -61,7 +61,7 @@ window.SweetTooth = function () {
                },
 
                uninstallExtension: function (uuid) {
-                       return sendResolveExtensionMessage("uninstallExtension", "success", {uuid: uuid});
+                       return sendResolveExtensionMessage("uninstallExtension", "status", {uuid: uuid});
                },
 
                initialize: function () {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]