Files
minitube/minitube-no-update-check.patch
Matthias Mailänder 05f2e739fc Accepting request 298056 from home:XRevan86
- Update to 2.4:
  * Use YouTube APIs version 3.
  * Use HTTPS everywhere for better privacy and security.
  * Automatically load more videos in the playlist for less clicking.
  * Fix subscriptions sorting.
  * Fix toolbar style.
  * Add and update translations.
- Rebase minitube-no-update-check.patch.

OBS-URL: https://build.opensuse.org/request/show/298056
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=19
2015-04-19 16:00:01 +00:00

13 lines
256 B
Diff

diff -aur a/src/mainwindow.cpp b/src/mainwindow.cpp
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -207,7 +207,7 @@
JsFunctions::instance();
- checkForUpdate();
+ //checkForUpdate();
}
void MainWindow::changeEvent(QEvent* event) {