Ejemplo n.º 1
0
 public bool Unmap ()
 {
     Parent.RemoveChildSource (this);
     Controller.StopSync ();
     Properties.Get<Banshee.Sources.Gui.ISourceContents> ("Nereid.SourceContents").Widget.Destroy ();
     Controller = null;
     return true;
 }