summary refs log tree commit diff
path: root/pkgs/applications/video/smplayer/basegui.cpp.patch
blob: 05664ee96e627cf74eb8827ca7a99576f41a7e21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/basegui.cpp	2014-08-20 01:04:51.000000000 +0100
+++ b/src/basegui.cpp	2014-10-11 10:25:57.561983556 +0100
@@ -5235,7 +5235,7 @@
 #ifdef YOUTUBE_SUPPORT
 void BaseGui::showTubeBrowser() {
 	qDebug("BaseGui::showTubeBrowser");
-	QString exec = Paths::appPath() + "/smtube";
+	QString exec = "smtube";
 	qDebug("BaseGui::showTubeBrowser: '%s'", exec.toUtf8().constData());
 	if (!QProcess::startDetached(exec, QStringList())) {
 		QMessageBox::warning(this, "SMPlayer",