[Pkg-owncloud-commits] [owncloud-client] 29/219: OS X: Fix Finder bundle NVTY->OWNC

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit b6f42a91f49139708ebceaf03a08f02d7da77531
Author: Markus Goetz <markus at woboq.com>
Date:   Thu Aug 28 15:44:35 2014 +0200

    OS X: Fix Finder bundle NVTY->OWNC
---
 shell_integration/MacOSX/OwnCloudFinder/Info.plist   | 2 +-
 shell_integration/MacOSX/OwnCloudInjector/Info.plist | 6 +++---
 shell_integration/MacOSX/check.scpt                  | 2 +-
 shell_integration/MacOSX/load.scpt                   | 2 +-
 shell_integration/MacOSX/loadPlugin.sh               | 2 +-
 shell_integration/MacOSX/unload.scpt                 | 2 +-
 src/mirall/owncloudgui.cpp                           | 2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/shell_integration/MacOSX/OwnCloudFinder/Info.plist b/shell_integration/MacOSX/OwnCloudFinder/Info.plist
index bfd7c65..a274600 100644
--- a/shell_integration/MacOSX/OwnCloudFinder/Info.plist
+++ b/shell_integration/MacOSX/OwnCloudFinder/Info.plist
@@ -19,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>1.0</string>
 	<key>CFBundleSignature</key>
-	<string>NVTY</string>
+	<string>OWNC</string>
 	<key>CFBundleVersion</key>
 	<string>1</string>
 	<key>CFPlugInDynamicRegisterFunction</key>
diff --git a/shell_integration/MacOSX/OwnCloudInjector/Info.plist b/shell_integration/MacOSX/OwnCloudInjector/Info.plist
index 45f86a8..ec13d64 100644
--- a/shell_integration/MacOSX/OwnCloudInjector/Info.plist
+++ b/shell_integration/MacOSX/OwnCloudInjector/Info.plist
@@ -26,7 +26,7 @@
 	<dict>
 		<key>Events</key>
 		<dict>
-			<key>NVTYlded</key>
+			<key>OWNClded</key>
 			<dict>
 				<key>Context</key>
 				<string>Process</string>
@@ -35,7 +35,7 @@
 				<key>ThreadSafe</key>
 				<false/>
 			</dict>
-			<key>NVTYload</key>
+			<key>OWNCload</key>
 			<dict>
 				<key>Context</key>
 				<string>Process</string>
@@ -44,7 +44,7 @@
 				<key>ThreadSafe</key>
 				<false/>
 			</dict>
-			<key>NVTYunld</key>
+			<key>OWNCunld</key>
 			<dict>
 				<key>Context</key>
 				<string>Process</string>
diff --git a/shell_integration/MacOSX/check.scpt b/shell_integration/MacOSX/check.scpt
index 54c4e4e..2f111cc 100644
--- a/shell_integration/MacOSX/check.scpt
+++ b/shell_integration/MacOSX/check.scpt
@@ -1,6 +1,6 @@
 tell application "Finder"
     try
-        «event NVTYlded»
+        «event OWNClded»
         set the result to 0
     on error msg number code
         set the result to code
diff --git a/shell_integration/MacOSX/load.scpt b/shell_integration/MacOSX/load.scpt
index 42a50e9..823d2b4 100644
--- a/shell_integration/MacOSX/load.scpt
+++ b/shell_integration/MacOSX/load.scpt
@@ -1,6 +1,6 @@
 tell application "Finder"
     try
-        «event NVTYload»
+        «event OWNCload»
     end try
 end tell
 
diff --git a/shell_integration/MacOSX/loadPlugin.sh b/shell_integration/MacOSX/loadPlugin.sh
index 6a2b5e7..7fd14e2 100755
--- a/shell_integration/MacOSX/loadPlugin.sh
+++ b/shell_integration/MacOSX/loadPlugin.sh
@@ -2,7 +2,7 @@
 
 osascript -e 'tell application "Finder" \
                 try \
-                   «event NVTYload» \
+                   «event OWNCload» \
                 end try \
               end tell'
 
diff --git a/shell_integration/MacOSX/unload.scpt b/shell_integration/MacOSX/unload.scpt
index 612fec2..620c1a0 100644
--- a/shell_integration/MacOSX/unload.scpt
+++ b/shell_integration/MacOSX/unload.scpt
@@ -1,6 +1,6 @@
 tell application "Finder"
     try
-        «event NVTYunld»
+        «event OWNCunld»
     end try
 end tell
 
diff --git a/src/mirall/owncloudgui.cpp b/src/mirall/owncloudgui.cpp
index 994251a..4c5fb8c 100644
--- a/src/mirall/owncloudgui.cpp
+++ b/src/mirall/owncloudgui.cpp
@@ -102,7 +102,7 @@ void ownCloudGui::setupOverlayIcons()
     if( Utility::isMac() && QFile::exists("/Library/ScriptingAdditions/OwnCloudFinder.osax") ) {
         QString aScript = QString::fromUtf8("tell application \"Finder\"\n"
                                             "  try\n"
-                                            "    «event NVTYload»\n"
+                                            "    «event OWNCload»\n"
                                             "  end try\n"
                                             "end tell\n");
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list