[chrome-gnome-shell/release/v7.2] Use new connector name to make sure that update to version 8 will be easy



commit 4ebbd1786015454ae1b4b7952abfb1bebdc96cd1
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Mon Dec 26 20:29:13 2016 +0400

    Use new connector name to make sure that update to version 8 will be easy

 extension/include/constants.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extension/include/constants.js b/extension/include/constants.js
index 96ae2ab..2d94bcb 100644
--- a/extension/include/constants.js
+++ b/extension/include/constants.js
@@ -28,7 +28,7 @@ EXTENSION_CHANGED_UUID                        = 0;
 EXTENSION_CHANGED_STATE                        = 1;
 EXTENSION_CHANGED_ERROR                        = 2;
 
-NATIVE_HOST                            = 'io.github.ne0sight.gs_chrome_connector';
+NATIVE_HOST                            = 'org.gnome.chrome_gnome_shell';
 
 EXTENSIONS_WEBSITE                     = 'https://extensions.gnome.org/';
 UPDATE_URL                             = EXTENSIONS_WEBSITE + 'update-info/';


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