File minitube-fix-watchrelatedvideo-icon.patch of Package minitube
--- src/mainwindow.cpp.orig 2014-10-23 12:47:15.000000000 +0200
+++ src/mainwindow.cpp 2014-11-05 10:12:22.685590212 +0100
@@ -565,7 +565,7 @@
action = new QAction(tr("More..."), this);
actions->insert("more-region", action);
- action = new QAction(IconUtils::icon("view-list"), tr("&Related Videos"), this);
+ action = new QAction(IconUtils::icon("format-justify-fill"), tr("&Related Videos"), this);
action->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_R));
action->setStatusTip(tr("Watch videos related to the current one"));
action->setEnabled(false);