summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPluginHandler.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-17 21:44:51 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-17 21:44:51 +0000
commit7264f33c12473e0c77357cff952056550e5eae76 (patch)
treec5097feb1e3494b7d4e7a16a0e8f83f6455df423 /macosx/PcsxrPluginHandler.m
parenta603862e8da2d061f728a373acb503fa374b8c6b (diff)
downloadpcsxr-7264f33c12473e0c77357cff952056550e5eae76.tar.gz
Tell NSWorkspace to note the proper file path changed in PcsxrPluginHandler.
Store the full path in PcsxrPlugin to check against in verifyOK function. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73440 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrPluginHandler.m')
-rw-r--r--macosx/PcsxrPluginHandler.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrPluginHandler.m b/macosx/PcsxrPluginHandler.m
index 8a978876..48f758af 100644
--- a/macosx/PcsxrPluginHandler.m
+++ b/macosx/PcsxrPluginHandler.m
@@ -67,7 +67,7 @@
[url path],
[wrapper filename]];
if ([wrapper writeToFile:dst atomically:NO updateFilenames:NO]) {
- [[NSWorkspace sharedWorkspace] noteFileSystemChanged:[[NSBundle mainBundle] builtInPlugInsPath]];
+ [[NSWorkspace sharedWorkspace] noteFileSystemChanged:[url path]];
NSRunInformationalAlertPanel(NSLocalizedString(@"Installation Succesfull", nil),
NSLocalizedString(@"The installation of the specified plugin was succesfull. In order to use it, please restart the application.", nil),
nil, nil, nil);