Banshee.Sources.Gui.CategorySourceView.OnSourceUpdated C# (CSharp) Method

OnSourceUpdated() private method

private OnSourceUpdated ( SourceEventArgs args ) : void
args SourceEventArgs
return void
        private void OnSourceUpdated(SourceEventArgs args)
        {
            Banshee.Base.ThreadAssist.ProxyToMain (delegate {
                UpdateSources ();
            });
        }