aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients
diff options
context:
space:
mode:
authorTobias Arrskog <topfs2@xbmc.org>2014-11-03 22:42:06 +0100
committerTobias Arrskog <topfs2@xbmc.org>2014-11-03 22:42:06 +0100
commit56df30ab41394286f4eeccb38560619a81178d40 (patch)
tree3ac658333af1bea96e9a9e644cf44d98fcbebd40 /tools/EventClients
parent74c9e8234a30c3320af12302b0ee51e815c7892a (diff)
parentea1901e36495c62161315f54a8af398ea965ab9d (diff)
Merge pull request #5597 from Memphiz/rebrand2
Change APP_HOME -> KODI_HOME and other APP_* -> KODI_*
Diffstat (limited to 'tools/EventClients')
-rw-r--r--tools/EventClients/Clients/OSXRemote/XBMCHelper.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/XBMCHelper.m b/tools/EventClients/Clients/OSXRemote/XBMCHelper.m
index 20d0f6fe8f..b507611746 100644
--- a/tools/EventClients/Clients/OSXRemote/XBMCHelper.m
+++ b/tools/EventClients/Clients/OSXRemote/XBMCHelper.m
@@ -268,7 +268,7 @@
NSFileManager *fileManager = [NSFileManager defaultManager];
if([fileManager fileExistsAtPath:mp_app_path]){
if(mp_home_path && [mp_home_path length])
- setenv("APP_HOME", [mp_home_path UTF8String], 1);
+ setenv("KODI_HOME", [mp_home_path UTF8String], 1);
//launch or activate xbmc
if(![[NSWorkspace sharedWorkspace] launchApplication:mp_app_path])
ELOG(@"Error launching %@", mp_app_path);