[vlc-commits] Qt: save recents on quit()
Jean-Baptiste Kempf
git at videolan.org
Mon May 19 12:17:01 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May 19 11:45:44 2014 +0200| [cbe150c96a3539f1e81d23167bc4c17593231d7d] | committer: Jean-Baptiste Kempf
Qt: save recents on quit()
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cbe150c96a3539f1e81d23167bc4c17593231d7d
---
modules/gui/qt4/recents.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt4/recents.cpp b/modules/gui/qt4/recents.cpp
index f878c99..c85fa96 100755
--- a/modules/gui/qt4/recents.cpp
+++ b/modules/gui/qt4/recents.cpp
@@ -74,6 +74,7 @@ RecentsMRL::RecentsMRL( intf_thread_t *_p_intf ) : p_intf( _p_intf )
RecentsMRL::~RecentsMRL()
{
+ save();
delete filter;
delete stack;
}
More information about the vlc-commits
mailing list