[yast-commit] r57337 - /trunk/pkg-bindings/src/Package.cc

Author: mlandres Date: Wed May 27 14:59:10 2009 New Revision: 57337 URL: http://svn.opensuse.org/viewcvs/yast?rev=57337&view=rev Log: Remove use of deprecated Package::filenames. Modified: trunk/pkg-bindings/src/Package.cc Modified: trunk/pkg-bindings/src/Package.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/pkg-bindings/src/Package.cc?rev=5... ============================================================================== --- trunk/pkg-bindings/src/Package.cc (original) +++ trunk/pkg-bindings/src/Package.cc Wed May 27 14:59:10 2009 @@ -2431,7 +2431,7 @@ refpkg->name().c_str(), refpkg->edition().asString().c_str()); // get the package files - std::list<std::string> files = refpkg->filenames(); + zypp::Package::FileList files( refpkg->filelist() ); y2milestone("The reference package has %zd files", files.size()); std::string product_file; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mlandres@svn.opensuse.org