git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upped the timeout for the albums and artist method to 600.
[MenuTunes.git]
/
StatusWindow.h
diff --git
a/StatusWindow.h
b/StatusWindow.h
index
7bc9762
..
d44de93
100755
(executable)
--- a/
StatusWindow.h
+++ b/
StatusWindow.h
@@
-21,6
+21,7
@@
@interface StatusWindow : ITTransientStatusWindow {
NSImage *_image;
BOOL _locked;
@interface StatusWindow : ITTransientStatusWindow {
NSImage *_image;
BOOL _locked;
+ NSTextField *_textField;
}
- (void)setImage:(NSImage *)newImage;
}
- (void)setImage:(NSImage *)newImage;
@@
-37,5
+38,6
@@
target:(id)target
defaultAction:(SEL)okAction
alternateAction:(SEL)alternateAction;
target:(id)target
defaultAction:(SEL)okAction
alternateAction:(SEL)alternateAction;
-
+
+- (void)updateTime:(NSString *)time range:(NSRange)range;
@end
@end