SVN commit 817727 by mpyne: Apply patch by Julian Hernandez Gomez to fix compilation on recent versions of xine-lib. M +1 -1 bytestreamplugin.cpp M +1 -1 volumefader_plugin.cpp --- trunk/KDE/kdebase/runtime/phonon/xine/bytestreamplugin.cpp #817726:817727 @@ -295,7 +295,7 @@ that->get_description = kbytestream_class_get_description; #else that->description = PLUGIN_DESCRIPTION; - that->textdomain = "phonon-xine"; + that->text_domain = "phonon-xine"; that->identifier = PLUGIN_IDENTIFIER; #endif that->get_dir = NULL; --- trunk/KDE/kdebase/runtime/phonon/xine/volumefader_plugin.cpp #817726:817727 @@ -471,7 +471,7 @@ _class->post_class.get_description = kvolumefader_get_description; #else _class->post_class.description = PLUGIN_DESCRIPTION; - _class->post_class.textdomain = "phonon-xine"; + _class->post_class.text_domain = "phonon-xine"; _class->post_class.identifier = PLUGIN_IDENTIFIER; #endif _class->post_class.dispose = kvolumefader_class_dispose;