From kde-commits Fri Jun 06 19:18:49 2008 From: Michael Pyne Date: Fri, 06 Jun 2008 19:18:49 +0000 To: kde-commits Subject: KDE/kdebase/runtime/phonon/xine Message-Id: <1212779929.441631.7682.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121277993905290 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;