[BACK]Return to patch-MainWindow_cpp CVS log [TXT][DIR] Up to [local] / ports / graphics / smartdeblur / patches

Annotation of ports/graphics/smartdeblur/patches/patch-MainWindow_cpp, Revision 1.1.1.1

1.1       kirby       1: $OpenBSD$
                      2:
                      3: Remove advertisement of new commercial version.
                      4:
                      5: --- MainWindow.cpp.orig        Fri Jan 31 23:57:42 2014
                      6: +++ MainWindow.cpp     Fri Jan 31 23:57:54 2014
                      7: @@ -57,9 +57,6 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(
                      8:          connect(startupTimer, SIGNAL(timeout()), SLOT(help()));
                      9:          startupTimer->start(500);
                     10:      }
                     11: -
                     12: -    checkUpdatesThread = new CheckUpdatesThread();
                     13: -    //checkUpdatesThread->start();
                     14:  }
                     15:
                     16:

CVSweb