]> git.sur5r.net Git - minitube/blob - debian/patches/disable-update-check
93bd0c527522cb98ba036065b990fe8da8a227c5
[minitube] / debian / patches / disable-update-check
1 Description: Disable update check as it's useless for a packaged version
2 Author: Jakob Haufe <sur5r@sur5r.net>
3
4 diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
5 index 4375716..e0aa901 100644
6 --- a/src/mainwindow.cpp
7 +++ b/src/mainwindow.cpp
8 @@ -232,7 +232,7 @@ void MainWindow::lazyInit() {
9  
10      ChannelAggregator::instance()->start();
11  
12 -    checkForUpdate();
13 +    //checkForUpdate();
14  
15      initialized = true;
16  }