]> git.sur5r.net Git - minitube/blobdiff - debian/patches/disable-update-check
Refresh patches
[minitube] / debian / patches / disable-update-check
index 516a1d81501fde038f4c54f9f036e92560b79c79..fe4b5677c12b94eabcea8f60c9868e87a2f0a207 100644 (file)
@@ -1,16 +1,16 @@
 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 e5d78d2..581a168 100644
---- a/src/MainWindow.cpp
-+++ b/src/MainWindow.cpp
-@@ -130,7 +130,7 @@ MainWindow::MainWindow() :
-     mouseTimer->setSingleShot(true);
-     connect(mouseTimer, SIGNAL(timeout()), SLOT(hideMouse()));
+Index: minitube/src/mainwindow.cpp
+===================================================================
+--- minitube.orig/src/mainwindow.cpp
++++ minitube/src/mainwindow.cpp
+@@ -218,7 +218,7 @@ void MainWindow::lazyInit() {
  
--    QTimer::singleShot(0, this, SLOT(checkForUpdate()));
-+    //QTimer::singleShot(0, this, SLOT(checkForUpdate()));
+     ChannelAggregator::instance()->start();
  
- }
+-    checkForUpdate();
++    //checkForUpdate();
  
+     initialized = true;
+ }