minitube/minitube-no-update-check.patch

12 lines
275 B
Diff

--- src/mainwindow.cpp.orig 2014-07-20 11:07:09.000000000 +0200
+++ src/mainwindow.cpp 2014-08-04 20:24:50.755541329 +0200
@@ -197,7 +197,7 @@
JsFunctions::instance();
- checkForUpdate();
+ //checkForUpdate();
ChannelAggregator::instance()->start();
}