- 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
11 lines
314 B
Diff
11 lines
314 B
Diff
--- src/qtsingleapplication/qtlocalpeer.cpp.orig 2014-07-20 11:07:09.000000000 +0200
|
|
+++ src/qtsingleapplication/qtlocalpeer.cpp 2014-08-04 19:59:32.975591970 +0200
|
|
@@ -46,6 +46,7 @@
|
|
|
|
|
|
#include "qtlocalpeer.h"
|
|
+#include "unistd.h"
|
|
#include <QtCore/QCoreApplication>
|
|
#include <QtCore/QTime>
|
|
#include <QDebug>
|