[BACK]Return to patch-src_main_cpp CVS log [TXT][DIR] Up to [local] / ports / textproc / sigil / patches

File: [local] / ports / textproc / sigil / patches / Attic / patch-src_main_cpp (download)

Revision 1.1, Wed Mar 14 17:28:11 2018 UTC (6 years, 3 months ago) by kirby
Branch: MAIN

missed patch

$OpenBSD$

Disable update checks.

Index: src/main.cpp
--- src/main.cpp.orig
+++ src/main.cpp
@@ -291,8 +291,8 @@ int main(int argc, char *argv[])
 #endif
         // Needs to be created on the heap so that
         // the reply has time to return.
-        UpdateChecker *checker = new UpdateChecker(&app);
-        checker->CheckForUpdate();
+        // UpdateChecker *checker = new UpdateChecker(&app);
+        // checker->CheckForUpdate();
         // Install an event filter for the application
         // so we can catch OS X's file open events
         AppEventFilter *filter = new AppEventFilter(&app);