]> git.sur5r.net Git - minitube/blob - debian/patches/disable-update-check
Refresh patches
[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 Index: minitube/src/mainwindow.cpp
5 ===================================================================
6 --- minitube.orig/src/mainwindow.cpp
7 +++ minitube/src/mainwindow.cpp
8 @@ -218,7 +218,7 @@ void MainWindow::lazyInit() {
9  
10      ChannelAggregator::instance()->start();
11  
12 -    checkForUpdate();
13 +    //checkForUpdate();
14  
15      initialized = true;
16  }