[vlc-commits] macosx: fixed crash when rebuilding the sidebar too often
Felix Paul Kühne
git at videolan.org
Wed Sep 7 17:59:08 CEST 2011
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Sep 7 17:58:18 2011 +0200| [4e84f81bacc8c682b2f0c19224531b522346dfdc] | committer: Felix Paul Kühne
macosx: fixed crash when rebuilding the sidebar too often
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e84f81bacc8c682b2f0c19224531b522346dfdc
---
modules/gui/macosx/MainWindow.m | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m
index 68c8260..fa308f2 100644
--- a/modules/gui/macosx/MainWindow.m
+++ b/modules/gui/macosx/MainWindow.m
@@ -742,8 +742,6 @@ static VLCMainWindow *_o_sharedInstance = nil;
[self setRepresentedURL: nil];
}
- [o_sidebar_view reloadData];
-
[o_pool release];
}
More information about the vlc-commits
mailing list