Skip to content

Commit

Permalink
Various bugfixes and enhancements
Browse files Browse the repository at this point in the history
Bugfix for KCAppController, eliminating a warning in KCDefaultVisualizer, and making Svelte's preference pane a little less obviously bad
  • Loading branch information
sdeken committed Feb 22, 2009
1 parent 4b93fff commit 9460890
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion KCAppController.m
Expand Up @@ -275,7 +275,7 @@ -(void) setCurrentVisualizer:(id<KCVisualizer>)new
}

currentVisualizer = new;
[new showVisualizerWindow:self];
[new showVisualizer:self];
[[NSNotificationCenter defaultCenter] postNotificationName:@"KCVisualizerChanged" object:self userInfo:[NSDictionary dictionaryWithObjectsAndKeys:
new, @"newVisualizer",
old, @"oldVisualizer",
Expand Down
1 change: 1 addition & 0 deletions KCDefaultVisualizer.h
Expand Up @@ -60,6 +60,7 @@
-(BOOL) isCommand;
-(void) setAlphaValue:(float)opacity;
-(void) appendString:(NSString*)t;
-(void) scheduleFadeOut;

@end

Expand Down
11 changes: 11 additions & 0 deletions Svelte.nib/classes.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Svelte.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Svelte.nib/keyedobjects.nib
Binary file not shown.

0 comments on commit 9460890

Please sign in to comment.