[zephyrchat-cvs] zchat/zChat/zChat.pbproj project.pbxproj,1.20,1.21
Status: Alpha
Brought to you by:
akosut
|
From: <ak...@us...> - 2003-03-29 16:37:37
|
Update of /cvsroot/zephyrchat/zchat/zChat/zChat.pbproj
In directory sc8-pr-cvs1:/tmp/cvs-serv30224/zChat.pbproj
Modified Files:
project.pbxproj
Log Message:
Correctly select friends list when showing locations, using NSMatrix subclass
that ignores all mouse clicks (passes them to the next responder).
Index: project.pbxproj
===================================================================
RCS file: /cvsroot/zephyrchat/zchat/zChat/zChat.pbproj/project.pbxproj,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- project.pbxproj 27 Mar 2003 20:04:02 -0000 1.20
+++ project.pbxproj 29 Mar 2003 16:37:34 -0000 1.21
@@ -131,6 +131,30 @@
settings = {
};
};
+ 170A59320436016B00A82A15 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ path = ZChatLocationMatrix.h;
+ refType = 4;
+ };
+ 170A59330436016B00A82A15 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ path = ZChatLocationMatrix.m;
+ refType = 4;
+ };
+ 170A59340436016B00A82A15 = {
+ fileRef = 170A59320436016B00A82A15;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ 170A59350436016B00A82A15 = {
+ fileRef = 170A59330436016B00A82A15;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
171B0C21040A6DE600A82A15 = {
isa = PBXFrameworkReference;
name = AddressBook.framework;
@@ -880,6 +904,8 @@
173A34380431082500A82A15,
173A344A043389A300A82A15,
173A344B043389A300A82A15,
+ 170A59320436016B00A82A15,
+ 170A59330436016B00A82A15,
);
isa = PBXGroup;
name = Widgets;
@@ -1300,6 +1326,7 @@
173A34390431082500A82A15,
173A343D0432277E00A82A15,
173A344C043389A300A82A15,
+ 170A59340436016B00A82A15,
);
isa = PBXHeadersBuildPhase;
runOnlyForDeploymentPostprocessing = 0;
@@ -1366,6 +1393,7 @@
173A343A0431082500A82A15,
173A343E0432277E00A82A15,
173A344D043389A300A82A15,
+ 170A59350436016B00A82A15,
);
isa = PBXSourcesBuildPhase;
runOnlyForDeploymentPostprocessing = 0;
|