diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-02 20:43:54 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-02 20:43:54 +0000 |
commit | 5d0ee620c600a9798be851032845dbf1ae4f4324 (patch) | |
tree | c8b44534270252795780ad35825efa1a110327c2 /Source/SPStringAdditions.m | |
parent | f43ceef620d7d2f1325b4bbbdede58e5dc7d47f7 (diff) | |
download | sequelpro-5d0ee620c600a9798be851032845dbf1ae4f4324.tar.gz sequelpro-5d0ee620c600a9798be851032845dbf1ae4f4324.tar.bz2 sequelpro-5d0ee620c600a9798be851032845dbf1ae4f4324.zip |
• forgotten to rename method signature
Diffstat (limited to 'Source/SPStringAdditions.m')
-rw-r--r-- | Source/SPStringAdditions.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPStringAdditions.m b/Source/SPStringAdditions.m index 27b8fcd0..7e49e55b 100644 --- a/Source/SPStringAdditions.m +++ b/Source/SPStringAdditions.m @@ -667,7 +667,7 @@ */ - (NSString *)runBashCommandWithEnvironment:(NSDictionary*)shellEnvironment atCurrentDirectoryPath:(NSString*)path error:(NSError**)theError { - return [self runBashCommandWithEnvironment:shellEnvironment atCurrentDirectoryPath:path callerDocument:nil withName:@"" error:theError]; + return [self runBashCommandWithEnvironment:shellEnvironment atCurrentDirectoryPath:path callerInstance:nil contextInfo:nil error:theError]; } /** |