]> git.sesse.net Git - vlc/commit
* src/playlist/playlist.c:
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 13 Feb 2003 00:09:51 +0000 (00:09 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 13 Feb 2003 00:09:51 +0000 (00:09 +0000)
commit626c340b8a5bd9fa540167506af03975d4028b4b
tree2d4b5c334df9558a034366724245b7bad486fb8f
parent173afde4c49eed1f54d089165dce72109983f551
* src/playlist/playlist.c:
  - added an intf-change variable. This is set whenever you add or delete
    an item in the playlist. You need to unset it yourself.
* modules/gui/macosx/intf.?:
  - listen for external playlist changes. update view when playlist changes.
  - activate/deactivate previous and next buttons and menuitems,
    whenever the playlist gets changed.
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m
src/playlist/playlist.c