]> git.sesse.net Git - vlc/commitdiff
Check updates every 7 days (instead of 14) during the test releases.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 2 Aug 2008 23:39:28 +0000 (16:39 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 3 Aug 2008 00:02:49 +0000 (17:02 -0700)
modules/gui/qt4/qt4.cpp

index d934b0367c206b69b3978a7c61ee574819cd959a..d1c7457aed94a6dfc18c8173b9fc2393bece1f56 100644 (file)
@@ -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",