]> err.no Git - scalable-opengroupware.org/commitdiff
bugfix
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 14 Oct 2004 08:47:35 +0000 (08:47 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 14 Oct 2004 08:47:35 +0000 (08:47 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@394 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SOGo.xcode/project.pbxproj
SOGo/UI/Contacts/ChangeLog
SOGo/UI/Contacts/UIxContactSelector.m
SOGo/UI/Contacts/Version

index 139a98cacc5cb3ba6420b78fc11d85ba794d1deb..568e9755743d09b1d9904f83b262dda1e6d06ab6 100644 (file)
                        sourceTree = "<group>";
                };
                AD06608C06AC2F4A006525C9 = {
+                       fileEncoding = 4;
                        isa = PBXFileReference;
                        lastKnownFileType = text;
                        name = French;
                };
                AD2C74A2071A9FF70087E027 = {
                        fileEncoding = 5;
+                       indentWidth = 2;
                        isa = PBXFileReference;
                        lastKnownFileType = sourcecode.javascript;
                        path = mailer.js;
                };
                AD2C76D6071BF4EB0087E027 = {
                        fileEncoding = 5;
+                       indentWidth = 2;
                        isa = PBXFileReference;
                        lastKnownFileType = sourcecode.c.objc;
                        path = UIxMailToSelection.m;
                        refType = 4;
                        sourceTree = "<group>";
                };
+               AD2C78F6071C23CE0087E027 = {
+                       fileEncoding = 4;
+                       isa = PBXFileReference;
+                       lastKnownFileType = text.xml;
+                       path = UIxMailAddressbook.wox;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
+               AD2C78F7071C23CE0087E027 = {
+                       fileEncoding = 4;
+                       isa = PBXFileReference;
+                       lastKnownFileType = sourcecode.c.objc;
+                       path = UIxMailAddressbook.m;
+                       refType = 4;
+                       sourceTree = "<group>";
+               };
                AD494C6106F5EA6600E51EC9 = {
                        fileEncoding = 4;
                        isa = PBXFileReference;
                                AD2C74BD071A9FF70087E027,
                                ADDF4DCA06DE0E9A00C4E7F8,
                                ADDF4DCB06DE0E9A00C4E7F8,
+                               AD2C78F7071C23CE0087E027,
+                               AD2C78F6071C23CE0087E027,
                                AD2C76D6071BF4EB0087E027,
                                AD2C76D7071BF4EB0087E027,
                                ADDF4DCC06DE0E9A00C4E7F8,
index 115606fae303fd58bdc11234613b0a40383570a3..d11dda71be5803659f6bc7cfc4e1d455bf28c563 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-14  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxContactSelector.m: fixed wrong method name (v0.9.15)
+
 2004-10-12  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * UIxContactSelector.m: moved helpers to UIxComponent (v0.9.14)
index 19edfebf42e7f711e4e0d7dd88d55cfd76c55573..4cc0a9f748e748c4f77f1700a2b084f05352c41a 100644 (file)
   @"}";
   return [NSString stringWithFormat:codeFmt,
     [self jsFunctionName],
-    [self relativeContactsURL],
+    [self relativeContactsPath],
     [self callback],
     [self windowId]];
 }
index cc039aca8fe720e89b35bf8bb715cdccb043159e..cf9e5c1262bbe256db9dcbe38538f8ad07693b99 100644 (file)
@@ -1,3 +1,3 @@
 # $Id$
 
-SUBMINOR_VERSION:=14
+SUBMINOR_VERSION:=15