commit 16604ed0f2a04597403cd0abeb18667d4c135df3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Sep 17 05:31:31 2016 +0100
Use PeriodNever like Mageia
VirtualBox-OSE-4.1.4-noupdate.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/VirtualBox-OSE-4.1.4-noupdate.patch b/VirtualBox-OSE-4.1.4-noupdate.patch
index d5a2af1..ec31011 100644
--- a/VirtualBox-OSE-4.1.4-noupdate.patch
+++ b/VirtualBox-OSE-4.1.4-noupdate.patch
@@ -16,7 +16,7 @@ Let's not bug the user with updates that are not yet packaged.
populate();
PeriodType index = (PeriodType)m_dayList.indexOf(VBoxUpdateDay(QString(),
parser[0]));
- m_periodIndex = index == PeriodUndefined ? Period1Day : index;
-+ m_periodIndex = index == PeriodUndefined ? Period1Week : index;
++ m_periodIndex = index == PeriodUndefined ? PeriodNever : index;
}
/* Parse 'date' value: */
Show replies by date