Commit b85cc553 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: negative days for updates checking makes no sense

parent 12514465
......@@ -231,8 +231,8 @@ vlc_module_begin ()
#ifdef UPDATE_CHECK
add_bool( "qt-updates-notif", true, UPDATER_TEXT,
UPDATER_LONGTEXT, false )
add_integer( "qt-updates-days", 3, UPDATER_DAYS_TEXT,
UPDATER_DAYS_TEXT, false )
add_integer_with_range( "qt-updates-days", 3, 0, 180,
UPDATER_DAYS_TEXT, UPDATER_DAYS_TEXT, false )
#endif
add_bool( "qt-autosave-volume", true, SAVEVOL_TEXT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment