From a5f2a6a556267c1dc76ff92a94f7631af421c10c Mon Sep 17 00:00:00 2001 From: znek Date: Thu, 14 Oct 2004 08:47:35 +0000 Subject: [PATCH] bugfix git-svn-id: http://svn.opengroupware.org/SOGo/trunk@394 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SOGo.xcode/project.pbxproj | 21 +++++++++++++++++++++ SOGo/UI/Contacts/ChangeLog | 4 ++++ SOGo/UI/Contacts/UIxContactSelector.m | 2 +- SOGo/UI/Contacts/Version | 2 +- 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/SOGo/SOGo.xcode/project.pbxproj b/SOGo/SOGo.xcode/project.pbxproj index 139a98ca..568e9755 100644 --- a/SOGo/SOGo.xcode/project.pbxproj +++ b/SOGo/SOGo.xcode/project.pbxproj @@ -221,6 +221,7 @@ sourceTree = ""; }; AD06608C06AC2F4A006525C9 = { + fileEncoding = 4; isa = PBXFileReference; lastKnownFileType = text; name = French; @@ -626,6 +627,7 @@ }; AD2C74A2071A9FF70087E027 = { fileEncoding = 5; + indentWidth = 2; isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = mailer.js; @@ -905,6 +907,7 @@ }; AD2C76D6071BF4EB0087E027 = { fileEncoding = 5; + indentWidth = 2; isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UIxMailToSelection.m; @@ -919,6 +922,22 @@ refType = 4; sourceTree = ""; }; + AD2C78F6071C23CE0087E027 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = text.xml; + path = UIxMailAddressbook.wox; + refType = 4; + sourceTree = ""; + }; + AD2C78F7071C23CE0087E027 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = UIxMailAddressbook.m; + refType = 4; + sourceTree = ""; + }; AD494C6106F5EA6600E51EC9 = { fileEncoding = 4; isa = PBXFileReference; @@ -2314,6 +2333,8 @@ AD2C74BD071A9FF70087E027, ADDF4DCA06DE0E9A00C4E7F8, ADDF4DCB06DE0E9A00C4E7F8, + AD2C78F7071C23CE0087E027, + AD2C78F6071C23CE0087E027, AD2C76D6071BF4EB0087E027, AD2C76D7071BF4EB0087E027, ADDF4DCC06DE0E9A00C4E7F8, diff --git a/SOGo/UI/Contacts/ChangeLog b/SOGo/UI/Contacts/ChangeLog index 115606fa..d11dda71 100644 --- a/SOGo/UI/Contacts/ChangeLog +++ b/SOGo/UI/Contacts/ChangeLog @@ -1,3 +1,7 @@ +2004-10-14 Marcus Mueller + + * UIxContactSelector.m: fixed wrong method name (v0.9.15) + 2004-10-12 Marcus Mueller * UIxContactSelector.m: moved helpers to UIxComponent (v0.9.14) diff --git a/SOGo/UI/Contacts/UIxContactSelector.m b/SOGo/UI/Contacts/UIxContactSelector.m index 19edfebf..4cc0a9f7 100644 --- a/SOGo/UI/Contacts/UIxContactSelector.m +++ b/SOGo/UI/Contacts/UIxContactSelector.m @@ -115,7 +115,7 @@ @"}"; return [NSString stringWithFormat:codeFmt, [self jsFunctionName], - [self relativeContactsURL], + [self relativeContactsPath], [self callback], [self windowId]]; } diff --git a/SOGo/UI/Contacts/Version b/SOGo/UI/Contacts/Version index cc039aca..cf9e5c12 100644 --- a/SOGo/UI/Contacts/Version +++ b/SOGo/UI/Contacts/Version @@ -1,3 +1,3 @@ # $Id$ -SUBMINOR_VERSION:=14 +SUBMINOR_VERSION:=15 -- 2.39.2