[chrome-gnome-shell/feature/firefox] Use new connector name to make sure that update to version 8 will be easy



commit df7aa2458c01c735cdc61c101efb31a13021a575
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Mon Dec 26 21:14:23 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 94b672e..e45d73c 100644
--- a/extension/include/constants.js
+++ b/extension/include/constants.js
@@ -31,7 +31,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]