diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2011-08-28 15:40:37 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2011-08-28 15:40:37 +0000 |
commit | 4867275e36e66f20ba766a1ce9d3526e9e42cae2 (patch) | |
tree | fba8c96f9644d25b9a608f52218901cd7ea10f6c /audio/last.fm/files | |
parent | 101a9237adbe30f9662a0534ed48e028e79d24c0 (diff) |
Notes
Diffstat (limited to 'audio/last.fm/files')
-rw-r--r-- | audio/last.fm/files/patch-src-libUnicorn-Settings.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/last.fm/files/patch-src-libUnicorn-Settings.h b/audio/last.fm/files/patch-src-libUnicorn-Settings.h new file mode 100644 index 000000000000..76717ae8d82f --- /dev/null +++ b/audio/last.fm/files/patch-src-libUnicorn-Settings.h @@ -0,0 +1,11 @@ +--- src/libUnicorn/Settings.h.orig 2011-08-28 17:30:32.000000000 +0200 ++++ src/libUnicorn/Settings.h 2011-08-28 17:31:03.000000000 +0200 +@@ -105,7 +105,7 @@ + public: + MyQSettings( const UserSettings* const s ) + { +- beginGroup( s->username() ); ++ T::beginGroup( s->username() ); + } + }; + |