* loadNibNamed:withOwner calls awakeFromNib on owner. Therefore opening panels...
* loadNibNamed:withOwner calls awakeFromNib on owner. Therefore opening panels resulted in reinitializing some of VLCMain's stuff. This included evalutation of p_intf->b_play, which triggered an unintended call to playlist_Play(). this fixes #323
Showing
Please register or sign in to comment