Example #1
0
        private void ShowErrorView(DaapErrorType error_type)
        {
            PurgeTracks();
            Reload();
            client = null;
            DaapErrorView error_view = new DaapErrorView(this, error_type);

            error_view.Show();
            Properties.Set <Banshee.Sources.Gui.ISourceContents> ("Nereid.SourceContents", error_view);
            HideStatus();
        }
Example #2
0
 private void ShowErrorView(DaapErrorType error_type)
 {
     PurgeTracks ();
     Reload ();
     client = null;
     DaapErrorView error_view = new DaapErrorView (this, error_type);
     error_view.Show ();
     Properties.Set<Banshee.Sources.Gui.ISourceContents> ("Nereid.SourceContents", error_view);
     HideStatus ();
 }