341c5a5ed6
Third maintenance release for 0.11.2 Two crash fixes, the youtube generator could generate an information page that crashed kmplayer and a XML document with trailing XML fragments also crashed kmplayer. A revert of the in-place playlist item title renaming in 0.11.2. There was no easy way to rename a new group for instance. Second maintenance release for 0.11.2 Support for redesigned youtube with updated konqueror and resolution change fix in the npp backend, opening a DVD with MPlayer now shows the titles on the disk again, the pause button didn't pause list items and local file name encoding fixes.
13 lines
453 B
Text
13 lines
453 B
Text
$NetBSD: patch-aa,v 1.7 2010/10/27 07:29:21 markd Exp $
|
|
|
|
--- src/mediaobject.cpp.orig 2010-10-02 19:47:03.000000000 +0000
|
|
+++ src/mediaobject.cpp
|
|
@@ -417,7 +417,7 @@ KDE_NO_EXPORT void MediaInfo::killWGet (
|
|
/**
|
|
* Gets contents from url and puts it in m_data
|
|
*/
|
|
-KDE_NO_EXPORT bool MediaInfo::wget (const QString &str, const QString &domain) {
|
|
+bool MediaInfo::wget (const QString &str, const QString &domain) {
|
|
clearData ();
|
|
url = str;
|
|
|