]> git.sur5r.net Git - minitube/blobdiff - debian/patches/disable-update-check
Refresh patches
[minitube] / debian / patches / disable-update-check
index 375a37d0931e0c1cfe0f49c3df0d4de5570d543c..f828c45db89de6de60a748cdf0fca01a20d97b32 100644 (file)
@@ -1,13 +1,13 @@
 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 137ee6f..16a2103 100644
---- a/src/MainWindow.cpp
-+++ b/src/MainWindow.cpp
-@@ -102,7 +102,7 @@ MainWindow::MainWindow() :
-     setAcceptDrops(true);
+diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
+index bb815c0..4304fa3 100644
+--- a/src/mainwindow.cpp
++++ b/src/mainwindow.cpp
+@@ -146,7 +146,7 @@ MainWindow::MainWindow() :
+     mouseTimer->setSingleShot(true);
+     connect(mouseTimer, SIGNAL(timeout()), SLOT(hideMouse()));
  
 -    QTimer::singleShot(0, this, SLOT(checkForUpdate()));
 +    //QTimer::singleShot(0, this, SLOT(checkForUpdate()));