blob: d5d6da6f7f4b13dd8474d7994e21e564413549d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/Helper/mediadevicewatcher.cpp.orig 2009-11-04 22:48:51.000000000 +0100
+++ src/Helper/mediadevicewatcher.cpp 2009-11-04 22:50:13.000000000 +0100
@@ -73,6 +73,7 @@
QString appExe = "Last.fm_debug";
#endif
#endif
+ QString appExe = "last.fm";
QString app = QCoreApplication::applicationDirPath() + "/" + appExe;
QStringList params( "-tray" );
|