diff --git a/Application/PlaybackController.m b/Application/PlaybackController.m
index 8fbe9f216..4ac27f3e6 100644
--- a/Application/PlaybackController.m
+++ b/Application/PlaybackController.m
@@ -377,6 +377,13 @@
[self changePlayButtonImage:@"pause"];
}
+ if (status == kCogStatusStopped) {
+ [positionSlider setEnabled:NO];
+ }
+ else {
+ [positionSlider setEnabled:[[[playlistController currentEntry] seekable] boolValue]];
+ }
+
playbackStatus = status;
}
diff --git a/English.lproj/MainMenu.nib/info.nib b/English.lproj/MainMenu.nib/info.nib
index 148e06ca5..fc76074d3 100644
--- a/English.lproj/MainMenu.nib/info.nib
+++ b/English.lproj/MainMenu.nib/info.nib
@@ -7,17 +7,17 @@
IBEditorPositions
1063
- 650 960 136 68 0 0 1680 1028
+ 374 678 136 68 0 0 1024 746
1156
- 719 529 241 366 0 0 1680 1028
+ 391 336 241 366 0 0 1024 746
1324
- 786 659 137 182 0 0 1680 1028
+ 452 439 137 182 0 0 1024 746
29
- -2 976 383 44 0 0 1680 1028
+ -2 696 383 44 0 0 1024 746
463
- 669 640 341 145 0 0 1680 1028
+ 341 447 341 145 0 0 1024 746
513
- 378 636 131 149 0 0 1680 1028
+ 218 427 131 168 0 0 1024 746
IBFramework Version
446.1
@@ -34,16 +34,16 @@
4
IBOpenObjects
- 513
- 21
- 463
- 1063
- 268
- 1324
1156
+ 21
+ 1324
+ 513
+ 463
29
+ 268
+ 1063
IBSystem Version
- 8P2137
+ 8P135
diff --git a/English.lproj/MainMenu.nib/keyedobjects.nib b/English.lproj/MainMenu.nib/keyedobjects.nib
index 4a29806ca..e6af4d5c1 100644
Binary files a/English.lproj/MainMenu.nib/keyedobjects.nib and b/English.lproj/MainMenu.nib/keyedobjects.nib differ
diff --git a/TODO b/TODO
index 8bbc83455..c8fc7feac 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,3 @@
Move all version numbering over to the SVN system. Use long/short version for display in about.
PLS icon.
-Seek bar bugs:
- http://sbooth.org/forums/viewtopic.php?p=4802#4802
- http://sbooth.org/forums/viewtopic.php?t=1471
-Bug in escape key in open dialog with list view (KFTypeSelectTableView is probably the cause. May need to find a way so it only affects the file drawer, instead of swizzling)
- http://sbooth.org/forums/viewtopic.php?p=4827#4827
-Check out French localization.
Incubate.