[vlc-devel] commit: macosx: make sure we show the error & warnings panel when getting a new message ( Felix Paul Kühne )
git version control
git at videolan.org
Mon Jul 20 23:56:33 CEST 2009
vlc | branch: 0.9-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jul 20 23:50:08 2009 +0200| [ded8631bef97eada74afe6e73ab4a2d250a797f2] | committer: Felix Paul Kühne
macosx: make sure we show the error & warnings panel when getting a new message
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ded8631bef97eada74afe6e73ab4a2d250a797f2
---
modules/gui/macosx/interaction.m | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/macosx/interaction.m b/modules/gui/macosx/interaction.m
index c62e36c..6a1e10c 100644
--- a/modules/gui/macosx/interaction.m
+++ b/modules/gui/macosx/interaction.m
@@ -437,6 +437,7 @@
[o_icons addObject: [NSImage imageWithErrorIcon]];
[o_error_table reloadData];
+ [self showPanel];
}
-(void)addWarning: (NSString *)o_warning withMsg:(NSString *)o_msg
@@ -457,6 +458,7 @@
[o_icons addObject: [NSImage imageWithWarningIcon]];
[o_error_table reloadData];
+ [self showPanel];
}
-(IBAction)cleanupTable:(id)sender
More information about the vlc-devel
mailing list