-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path1.8.5.patch
49 lines (45 loc) · 1.26 KB
/
1.8.5.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
diff --git a/makemkv-oss-1.8.5/makemkvgui/src/mainwnd.cpp b/makemkv-oss-1.8.5/makemkvgui/src/mainwnd.cpp
index dc6e251..551efa5 100644
--- a/makemkv-oss-1.8.5/makemkvgui/src/mainwnd.cpp
+++ b/makemkv-oss-1.8.5/makemkvgui/src/mainwnd.cpp
@@ -123,6 +123,7 @@
app_prgtime = QStringFromUtf16(m_app->GetAppString(AP_vastr_ProgExpiration));
aboutAct->setEnabled(true);
+ // app_expired = false; // stops expiry
app_expired = (*m_app->GetAppString(AP_vastr_ProgExpired) == 'y');
}
@@ -196,21 +197,21 @@
SlotOnIdle();
}
- if (m_readstr_count>0)
- {
- m_readstr_count--;
- if (m_readstr_count==0)
- {
- ReadStrings();
- if (app_expired)
- {
- AppExpired();
- m_disable_onidle=true;
- close();
- return;
- }
- }
- }
+// if (m_readstr_count>0)
+// {
+// m_readstr_count--;
+// if (m_readstr_count==0)
+// {
+// ReadStrings();
+// if (app_expired)
+// {
+// AppExpired();
+// m_disable_onidle=true;
+// close();
+// return;
+// }
+// }
+// }
if (false==m_entered_onidle)
{