[Mysql-cocoa-commits] CVS: MySQL_Display/English.lproj/SMySQLTableWindow.nib info.nib,1.1.1.1,1.2 ob
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-05-07 17:25:54
|
Update of /cvsroot/mysql-cocoa/MySQL_Display/English.lproj/SMySQLTableWindow.nib In directory usw-pr-cvs1:/tmp/cvs-serv15505/SMySQLTableWindow.nib Modified Files: info.nib objects.nib 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: info.nib =================================================================== RCS file: /cvsroot/mysql-cocoa/MySQL_Display/English.lproj/SMySQLTableWindow.nib/info.nib,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** info.nib 22 Jan 2002 19:28:34 -0000 1.1.1.1 --- info.nib 7 May 2002 17:25:51 -0000 1.2 *************** *** 9,17 **** <key>IBOpenObjects</key> <array> - <integer>5</integer> <integer>40</integer> </array> <key>IBSystem Version</key> ! <string>5P48</string> </dict> </plist> --- 9,16 ---- <key>IBOpenObjects</key> <array> <integer>40</integer> </array> <key>IBSystem Version</key> ! <string>5Q45</string> </dict> </plist> Index: objects.nib =================================================================== RCS file: /cvsroot/mysql-cocoa/MySQL_Display/English.lproj/SMySQLTableWindow.nib/objects.nib,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 Binary files /tmp/cvsDnk9eb and /tmp/cvsClAFfc differ |