Commit f310fe87 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* another thing that wasn't committed yet.

  - Fix Playlist Save. Can only do m3u atm.
parent 7a9f74a1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* playlist.m: MacOS X interface module * playlist.m: MacOS X interface module
***************************************************************************** *****************************************************************************
* Copyright (C) 2002-2004 VideoLAN * Copyright (C) 2002-2004 VideoLAN
* $Id: playlist.m,v 1.57 2004/02/08 20:08:28 hartman Exp $ * $Id: playlist.m,v 1.58 2004/02/26 14:40:29 hartman Exp $
* *
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net> * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Derk-Jan Hartman <hartman at videolan dot org> * Derk-Jan Hartman <hartman at videolan dot org>
...@@ -297,7 +297,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/ ...@@ -297,7 +297,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
if( [o_save_panel runModalForDirectory: nil if( [o_save_panel runModalForDirectory: nil
file: o_name] == NSOKButton ) file: o_name] == NSOKButton )
{ {
playlist_Export( p_playlist, [[o_save_panel filename] fileSystemRepresentation], "m3u" ); playlist_Export( p_playlist, [[o_save_panel filename] fileSystemRepresentation], "export-m3u" );
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment