[vlc-commits] Qt: reduce the value of update-days
Jean-Baptiste Kempf
git at videolan.org
Sun Mar 27 01:36:43 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 27 01:36:18 2011 +0100| [ef171f46fc6d68d9ddfed23afbe852b63406103f] | committer: Jean-Baptiste Kempf
Qt: reduce the value of update-days
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef171f46fc6d68d9ddfed23afbe852b63406103f
---
modules/gui/qt4/qt4.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index baa08f9..980ba34 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -244,7 +244,7 @@ vlc_module_begin ()
#ifdef UPDATE_CHECK
add_bool( "qt-updates-notif", true, UPDATER_TEXT,
UPDATER_LONGTEXT, false )
- add_integer( "qt-updates-days", 7, UPDATER_DAYS_TEXT,
+ add_integer( "qt-updates-days", 3, UPDATER_DAYS_TEXT,
UPDATER_DAYS_TEXT, false )
#endif
add_string( "qt-slider-colours", "255;255;255;20;210;20;255;199;15;245;39;29",
More information about the vlc-commits
mailing list