]> git.sesse.net Git - vlc/commitdiff
qt4 - think about saving the qt-PATH...
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 21 Jan 2008 20:54:46 +0000 (20:54 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 21 Jan 2008 20:54:46 +0000 (20:54 +0000)
modules/gui/qt4/qt4.cpp

index d647ba15be9444508276188aca5163a9b470f5ba..dc41be09eb871682f7b878ea024d7680e6006943 100644 (file)
@@ -353,6 +353,7 @@ static void Init( intf_thread_t *p_intf )
     /* Destroy the MainInputManager */
     MainInputManager::killInstance();
 
+    config_PutPsz( p_intf, "qt-filedialog-path", p_intf->p_sys->psz_filepath );
     delete p_intf->p_sys->psz_filepath;
 
     delete app;