Commit 1ceb9aa1 authored by Clément Stenac's avatar Clément Stenac

Wtf ?

parent 1be77d50
/***************************************************************************** /*****************************************************************************
* main_inteface.cpp : Main interface * main_interface.cpp : Main interface
**************************************************************************** ****************************************************************************
* Copyright (C) 2006 the VideoLAN team * Copyright (C) 2006 the VideoLAN team
* $Id$ * $Id$
...@@ -564,7 +564,7 @@ void MainInterface::play() ...@@ -564,7 +564,7 @@ void MainInterface::play()
if( playlist_IsEmpty(THEPL) ) if( playlist_IsEmpty(THEPL) )
{ {
/* The playlist is empty, open a file requester */ /* The playlist is empty, open a file requester */
THEDP->simpleOpenDialog(); THEDP->openFileDialog();
setStatus( 0 ); setStatus( 0 );
return; return;
} }
......
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