Revert "get back the old gitx_asskpasswd"

This reverts commit fb6abc7de7.
This commit is contained in:
German Laullon
2011-05-27 11:46:48 +02:00
parent 34300f956d
commit 4e54ff92fb
2 changed files with 218 additions and 141 deletions
+2 -2
View File
@@ -68,8 +68,8 @@
if ([PBGitDefaults useAskPasswd]) {
// Make sure Git's SSH password requests get forwarded to our little UI tool:
setenv( "SSH_ASKPASS", [[[NSBundle mainBundle] pathForResource: @"gitx_askpasswd" ofType: @""] UTF8String], 1 );
setenv( "DISPLAY", "localhost:0", 1 );
setenv( "SSH_ASKPASS", [[[NSBundle mainBundle] pathForResource: @"gitx_askpasswd" ofType: @""] UTF8String], 1 );
setenv( "DISPLAY", "localhost:0", 1 );
}
[self registerServices];