You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/minitube/files/minitube-2.0-disable-update...

17 lines
501 B

https://bugs.gentoo.org/show_bug.cgi?id=455976
Index: minitube/src/mainwindow.cpp
===================================================================
--- minitube.orig/src/mainwindow.cpp
+++ minitube/src/mainwindow.cpp
@@ -145,9 +145,6 @@ MainWindow::MainWindow() :
mouseTimer->setInterval(5000);
mouseTimer->setSingleShot(true);
connect(mouseTimer, SIGNAL(timeout()), SLOT(hideMouse()));
-
- QTimer::singleShot(0, this, SLOT(checkForUpdate()));
-
}
MainWindow::~MainWindow() {