[vlc-devel] commit: Qt4: get 10 recents items (was 8) (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Apr 28 00:08:32 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 27 19:03:59 2009 +0200| [ae80357c9e0b867522d67919a932a734a0f65f0a] | committer: Jean-Baptiste Kempf
Qt4: get 10 recents items (was 8)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ae80357c9e0b867522d67919a932a734a0f65f0a
---
modules/gui/qt4/recents.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/recents.hpp b/modules/gui/qt4/recents.hpp
index d3deb95..4817178 100644
--- a/modules/gui/qt4/recents.hpp
+++ b/modules/gui/qt4/recents.hpp
@@ -32,7 +32,7 @@
#include <QRegExp>
#include <QSignalMapper>
-#define RECENTS_LIST_SIZE 8
+#define RECENTS_LIST_SIZE 10
class RecentsMRL : public QObject
{
More information about the vlc-devel
mailing list