[Mysql-cocoa-commits] CVS: MySQL_Display/MySQL_Display.pbproj cohen.pbxuser,1.3,1.4
Brought to you by:
sergecohen
|
From: Serge C. <ser...@us...> - 2002-05-07 17:26:03
|
Update of /cvsroot/mysql-cocoa/MySQL_Display/MySQL_Display.pbproj
In directory usw-pr-cvs1:/tmp/cvs-serv15632
Modified Files:
cohen.pbxuser
Log Message:
Take care of the update of the DB. Still should bug if the columns (name or number) changed from last doQuery.
Abnormal behaviour when linked with the fully_embeded version of the SMySQL framework. Maybe a problem of version of the includes...
Serge Cohen; MySQL Cocoa project, May 7th 2002....
Index: cohen.pbxuser
===================================================================
RCS file: /cvsroot/mysql-cocoa/MySQL_Display/MySQL_Display.pbproj/cohen.pbxuser,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cohen.pbxuser 28 Feb 2002 10:25:38 -0000 1.3
--- cohen.pbxuser 7 May 2002 17:26:00 -0000 1.4
***************
*** 13,23 ****
ContentSize = "{948, 512}";
LeftSlideOut = {
! ActiveTab = 3;
Frame = "{{0, 23}, {948, 489}}";
Split0 = {
ActiveTab = 1;
! Frame = "{{224, 0}, {724, 489}}";
Split0 = {
! Frame = "{{0, 232}, {724, 257}}";
};
SplitCount = 1;
--- 13,23 ----
ContentSize = "{948, 512}";
LeftSlideOut = {
! ActiveTab = 0;
Frame = "{{0, 23}, {948, 489}}";
Split0 = {
ActiveTab = 1;
! Frame = "{{278, 0}, {670, 489}}";
Split0 = {
! Frame = "{{0, 232}, {670, 257}}";
};
SplitCount = 1;
***************
*** 48,64 ****
};
Tab1 = {
! Frame = "{{0, 0}, {724, 208}}";
LauncherConfigVersion = 3;
Runner = {
! Frame = "{{0, 0}, {724, 208}}";
};
};
Tab2 = {
! BuildMessageFrame = "{{0, 0}, {726, 93}}";
! BuildTranscriptFrame = "{{0, 102}, {726, 92}}";
! Frame = "{{0, 0}, {724, 192}}";
};
Tab3 = {
! Frame = "{{0, 0}, {740, 182}}";
};
TabCount = 4;
--- 48,64 ----
};
Tab1 = {
! Frame = "{{0, 0}, {670, 208}}";
LauncherConfigVersion = 3;
Runner = {
! Frame = "{{0, 0}, {670, 208}}";
};
};
Tab2 = {
! BuildMessageFrame = "{{0, 0}, {672, 93}}";
! BuildTranscriptFrame = "{{0, 102}, {672, 92}}";
! Frame = "{{0, 0}, {670, 192}}";
};
Tab3 = {
! Frame = "{{0, 0}, {670, 182}}";
};
TabCount = 4;
|