Commit a3be47c3 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: don't update the sidebar too often

parent 13aa82b7
...@@ -741,6 +741,9 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -741,6 +741,9 @@ static VLCMainWindow *_o_sharedInstance = nil;
[self setTitle: _NS("VLC media player")]; [self setTitle: _NS("VLC media player")];
[self setRepresentedURL: nil]; [self setRepresentedURL: nil];
} }
[o_sidebar_view reloadData];
[o_pool release]; [o_pool release];
} }
...@@ -758,8 +761,6 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -758,8 +761,6 @@ static VLCMainWindow *_o_sharedInstance = nil;
b_plmul = playlist_CurrentSize( p_playlist ) > 1; b_plmul = playlist_CurrentSize( p_playlist ) > 1;
PL_UNLOCK; PL_UNLOCK;
[o_sidebar_view reloadData];
input_thread_t * p_input = playlist_CurrentInput( p_playlist ); input_thread_t * p_input = playlist_CurrentInput( p_playlist );
bool b_buffering = NO; bool b_buffering = NO;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment