diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 12:27:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 12:27:14 +0000 |
commit | 628d5af293ded58a7621f94931f9cae514f4329e (patch) | |
tree | 5421386b654e535e5410381b40bbb3bbfdb810ee /multimedia/kplayer-kde4/files/patch-kplayerproperties.h | |
parent | 0b0925f62894830ba930d34f8f479ec679be2adf (diff) |
- Update to 0.6.3
PR: 118502
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Approved by: maintainer timeout (about 6 months)
Notes
Notes:
svn path=/head/; revision=214119
Diffstat (limited to 'multimedia/kplayer-kde4/files/patch-kplayerproperties.h')
-rw-r--r-- | multimedia/kplayer-kde4/files/patch-kplayerproperties.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/kplayer-kde4/files/patch-kplayerproperties.h b/multimedia/kplayer-kde4/files/patch-kplayerproperties.h deleted file mode 100644 index c9db6de3e5fe..000000000000 --- a/multimedia/kplayer-kde4/files/patch-kplayerproperties.h +++ /dev/null @@ -1,11 +0,0 @@ ---- kplayer/kplayerproperties.h.orig Sat Oct 16 01:58:03 2004 -+++ kplayer/kplayerproperties.h Sat Oct 16 01:58:43 2004 -@@ -349,7 +349,7 @@ - // Advanced properties - - QString executablePathValue (void) const -- { return m_executable_path.isEmpty() ? "mplayer" : m_executable_path; } -+ { return m_executable_path.isEmpty() ? QString::fromLatin1("mplayer") : m_executable_path; } - void setExecutablePathValue (QString path) - { m_executable_path = path; } - |