[sushi] application: rename activate->Activate for consistency



commit 220b1b8b74d8de73f58693e2e1282f07ce714ce9
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Aug 1 12:42:40 2011 +0200

    application: rename activate->Activate for consistency

 src/js/ui/application.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/js/ui/application.js b/src/js/ui/application.js
index d44d083..71b3b4d 100644
--- a/src/js/ui/application.js
+++ b/src/js/ui/application.js
@@ -44,7 +44,7 @@ const _SUSHI_DBUS_PATH = '/org/gnome/NautilusPreviewer';
 const SushiIface = {
     name: 'org.gnome.NautilusPreviewer',
 
-    methods: [ { name: "activate",
+    methods: [ { name: "Activate",
                  inSignature: '',
                  outSignature: '' },
                { name: "ShowFile",
@@ -91,7 +91,7 @@ Application.prototype = {
 
     _onNameNotAcquired : function() {
         let remoteApp = new RemoteApplication();
-        remoteApp.activateRemote();
+        remoteApp.ActivateRemote();
 
         this.quit();
     },
@@ -112,7 +112,7 @@ Application.prototype = {
         settings.gtk_application_prefer_dark_theme = true;
     },
 
-    activate : function() {
+    Activate : function() {
     },
 
     ShowFile : function(uri, xid, closeIfAlreadyShown) {



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