]> git.sesse.net Git - vlc/commit
* loadNibNamed:withOwner calls awakeFromNib on owner. Therefore opening panels result...
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 29 Aug 2005 20:10:59 +0000 (20:10 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 29 Aug 2005 20:10:59 +0000 (20:10 +0000)
commit146cc35a491581fe29fb3976ffd70c95db490124
treef25beef9efc8c9f596b3e29e5a596f1f50408f98
parent4754d7cc3735a14f65db3f78f334ab62f2f3d973
* 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
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m