From: Jean-Baptiste Kempf Date: Mon, 21 Jan 2008 20:54:46 +0000 (+0000) Subject: qt4 - think about saving the qt-PATH... X-Git-Tag: 0.9.0-test0~3312 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bf5f91c4f35e7b38042bd1f81667f16ffb5b713e;p=vlc qt4 - think about saving the qt-PATH... --- diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index d647ba15be..dc41be09eb 100644 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -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;