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

Annotation of ports/textproc/sigil/patches/patch-src_main_cpp, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2:
        !             3: Disable update checks.
        !             4:
        !             5: Index: src/main.cpp
        !             6: --- src/main.cpp.orig
        !             7: +++ src/main.cpp
        !             8: @@ -291,8 +291,8 @@ int main(int argc, char *argv[])
        !             9:  #endif
        !            10:          // Needs to be created on the heap so that
        !            11:          // the reply has time to return.
        !            12: -        UpdateChecker *checker = new UpdateChecker(&app);
        !            13: -        checker->CheckForUpdate();
        !            14: +        // UpdateChecker *checker = new UpdateChecker(&app);
        !            15: +        // checker->CheckForUpdate();
        !            16:          // Install an event filter for the application
        !            17:          // so we can catch OS X's file open events
        !            18:          AppEventFilter *filter = new AppEventFilter(&app);

CVSweb