[vlc-devel] commit: Check updates every 7 days (instead of 14) during the test releases . (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Aug 3 02:00:51 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug 2 16:39:28 2008 -0700| [219a30583e4fed36738f8b466daa8b808dc214a8] | committer: Jean-Baptiste Kempf
Check updates every 7 days (instead of 14) during the test releases.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=219a30583e4fed36738f8b466daa8b808dc214a8
---
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 d934b03..d1c7457 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -195,7 +195,7 @@ vlc_module_begin();
#ifdef UPDATE_CHECK
add_bool( "qt-updates-notif", true, NULL, UPDATER_TEXT,
UPDATER_LONGTEXT, false );
- add_integer( "qt-updates-days", 14, NULL, UPDATER_DAYS_TEXT,
+ add_integer( "qt-updates-days", 7, NULL, UPDATER_DAYS_TEXT,
UPDATER_DAYS_TEXT, false );
#endif
add_string( "qt-slider-colours",
More information about the vlc-devel
mailing list