[Mysql-cocoa-commits] CVS: SMySQL/SMySQL.pbproj project.pbxproj,1.13.2.5,1.13.2.6 cohen.pbxuser,1.13
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-06-12 16:20:53
|
Update of /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj In directory usw-pr-cvs1:/tmp/cvs-serv24245 Modified Files: Tag: version-2 project.pbxproj cohen.pbxuser Log Message: Fixed a bug: a project header was not set to public (MCPFastQueries). Added the method updateQuery: to the (MCPFastQueries) category Few fixes. Serge Cohen; MySQL Cocoa project, 2002-06-12.... Index: project.pbxproj =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/project.pbxproj,v retrieving revision 1.13.2.5 retrieving revision 1.13.2.6 diff -C2 -d -r1.13.2.5 -r1.13.2.6 *** project.pbxproj 4 Jun 2002 07:57:56 -0000 1.13.2.5 --- project.pbxproj 12 Jun 2002 16:20:49 -0000 1.13.2.6 *************** *** 2265,2268 **** --- 2265,2271 ---- isa = PBXBuildFile; settings = { + ATTRIBUTES = ( + Public, + ); }; }; *************** *** 2277,2280 **** --- 2280,2286 ---- isa = PBXBuildFile; settings = { + ATTRIBUTES = ( + Public, + ); }; }; *************** *** 2289,2292 **** --- 2295,2301 ---- isa = PBXBuildFile; settings = { + ATTRIBUTES = ( + Public, + ); }; }; Index: cohen.pbxuser =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/cohen.pbxuser,v retrieving revision 1.13.2.5 retrieving revision 1.13.2.6 diff -C2 -d -r1.13.2.5 -r1.13.2.6 *** cohen.pbxuser 4 Jun 2002 07:57:56 -0000 1.13.2.5 --- cohen.pbxuser 12 Jun 2002 16:20:49 -0000 1.13.2.6 *************** *** 15,25 **** ContentSize = "{970, 674}"; LeftSlideOut = { ! ActiveTab = 0; Frame = "{{0, 23}, {970, 651}}"; Split0 = { ActiveTab = 2; ! Frame = "{{299, 0}, {671, 651}}"; Split0 = { ! Frame = "{{0, 216}, {671, 435}}"; }; SplitCount = 1; --- 15,25 ---- ContentSize = "{970, 674}"; LeftSlideOut = { ! ActiveTab = 3; Frame = "{{0, 23}, {970, 651}}"; Split0 = { ActiveTab = 2; ! Frame = "{{224, 0}, {746, 651}}"; Split0 = { ! Frame = "{{0, 216}, {746, 435}}"; }; SplitCount = 1; *************** *** 58,64 **** }; Tab2 = { ! BuildMessageFrame = "{{0, 0}, {673, 44}}"; ! BuildTranscriptFrame = "{{0, 53}, {673, 141}}"; ! Frame = "{{0, 0}, {671, 192}}"; }; Tab3 = { --- 58,64 ---- }; Tab2 = { ! BuildMessageFrame = "{{0, 0}, {748, 94}}"; ! BuildTranscriptFrame = "{{0, 103}, {748, 91}}"; ! Frame = "{{0, 0}, {746, 192}}"; }; Tab3 = { |