- update to 2.2 * Subscriptions context menu: Unsubscribe, Mark as Watched * Added --stop-after-this command line switch * Added Stop After This Video Unity & Gnome 3 action * Fixed painting errors when scrolling playlist on Linux * Fixed bug with dragging playlist items from the thumbnail * Fixed some videos not playing * Updated translations - added patch for disable update check OBS-URL: https://build.opensuse.org/request/show/243638 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=13
12 lines
275 B
Diff
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();
|
|
}
|