]> git.sur5r.net Git - minitube/blobdiff - debian/patches/disable-update-check
Upload 2.5.1-1 to unstable
[minitube] / debian / patches / disable-update-check
index dbc66b967cb426f113fc07ba05a71bcfcf0d2c8e..93bd0c527522cb98ba036065b990fe8da8a227c5 100644 (file)
@@ -2,15 +2,15 @@ Description: Disable update check as it's useless for a packaged version
 Author: Jakob Haufe <sur5r@sur5r.net>
 
 diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
-index 3392ff2..a18e7f0 100644
+index 4375716..e0aa901 100644
 --- a/src/mainwindow.cpp
 +++ b/src/mainwindow.cpp
-@@ -197,7 +197,7 @@ void MainWindow::lazyInit() {
+@@ -232,7 +232,7 @@ void MainWindow::lazyInit() {
  
-     JsFunctions::instance();
+     ChannelAggregator::instance()->start();
  
 -    checkForUpdate();
 +    //checkForUpdate();
  
-     ChannelAggregator::instance()->start();
+     initialized = true;
  }