[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx:[593] trunk/fuse/fusepb/nibs/TapeBrowser.nib
Brought to you by:
fredm
|
From: <fr...@us...> - 2009-01-18 03:22:24
|
Revision: 593
http://fuse-for-macosx.svn.sourceforge.net/fuse-for-macosx/?rev=593&view=rev
Author: fredm
Date: 2009-01-18 01:44:51 +0000 (Sun, 18 Jan 2009)
Log Message:
-----------
Make the TapeBrowser a NSPanel to stop it preventing Fuse from quitting if it
was open at the time.
Modified Paths:
--------------
trunk/fuse/fusepb/nibs/TapeBrowser.nib/classes.nib
trunk/fuse/fusepb/nibs/TapeBrowser.nib/info.nib
trunk/fuse/fusepb/nibs/TapeBrowser.nib/keyedobjects.nib
Modified: trunk/fuse/fusepb/nibs/TapeBrowser.nib/classes.nib
===================================================================
--- trunk/fuse/fusepb/nibs/TapeBrowser.nib/classes.nib 2009-01-18 01:35:29 UTC (rev 592)
+++ trunk/fuse/fusepb/nibs/TapeBrowser.nib/classes.nib 2009-01-18 01:44:51 UTC (rev 593)
@@ -1,17 +1,43 @@
-{
- IBClasses = (
- {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {
- ACTIONS = {apply = id; showWindow = id; };
- CLASS = TapeBrowserController;
- LANGUAGE = ObjC;
- OUTLETS = {
- infoController = NSArrayController;
- tapeBrowser = NSTableView;
- tapeController = NSArrayController;
- };
- SUPERCLASS = NSWindowController;
- }
- );
- IBVersion = 1;
-}
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>IBClasses</key>
+ <array>
+ <dict>
+ <key>ACTIONS</key>
+ <dict>
+ <key>apply</key>
+ <string>id</string>
+ <key>showWindow</key>
+ <string>id</string>
+ </dict>
+ <key>CLASS</key>
+ <string>TapeBrowserController</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>infoController</key>
+ <string>NSArrayController</string>
+ <key>tapeBrowser</key>
+ <string>NSTableView</string>
+ <key>tapeController</key>
+ <string>NSArrayController</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>NSWindowController</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>FirstResponder</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSObject</string>
+ </dict>
+ </array>
+ <key>IBVersion</key>
+ <string>1</string>
+</dict>
+</plist>
Modified: trunk/fuse/fusepb/nibs/TapeBrowser.nib/info.nib
===================================================================
--- trunk/fuse/fusepb/nibs/TapeBrowser.nib/info.nib 2009-01-18 01:35:29 UTC (rev 592)
+++ trunk/fuse/fusepb/nibs/TapeBrowser.nib/info.nib 2009-01-18 01:44:51 UTC (rev 593)
@@ -1,22 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>IBDocumentLocation</key>
- <string>10 449 356 240 0 0 1024 746 </string>
- <key>IBEditorPositions</key>
- <dict>
- <key>63</key>
- <string>362 329 300 339 0 0 1024 746 </string>
- </dict>
<key>IBFramework Version</key>
- <string>439.0</string>
+ <string>672</string>
+ <key>IBOldestOS</key>
+ <integer>5</integer>
<key>IBOpenObjects</key>
<array>
<integer>61</integer>
<integer>63</integer>
</array>
<key>IBSystem Version</key>
- <string>8C46</string>
+ <string>9G55</string>
+ <key>targetFramework</key>
+ <string>IBCocoaFramework</string>
</dict>
</plist>
Modified: trunk/fuse/fusepb/nibs/TapeBrowser.nib/keyedobjects.nib
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|