]> git.sesse.net Git - vlc/commitdiff
Fix
authorClément Stenac <zorglub@videolan.org>
Sat, 9 Dec 2006 20:10:28 +0000 (20:10 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 9 Dec 2006 20:10:28 +0000 (20:10 +0000)
modules/gui/qt4/dialogs_provider.cpp

index 622820b4a3846271a52231fe35a4456b9af91d81..809cb07e9dd25c84b3884e40ac5ace7e5ff3b04c 100644 (file)
@@ -273,7 +273,7 @@ void DialogsProvider::savePlaylist()
                     file.append( ".m3u" );
             }
 
-            playlist_Export( THEPL, qtu(file), THEPL->p_playlist_category,
+            playlist_Export( THEPL, qtu(file), THEPL->p_local_category,
                              psz_module);
         }
     }