[yast-commit] r63434 - /trunk/packager/src/modules/WebpinPackageSearch.ycp

Author: locilka Date: Thu Feb 17 11:08:12 2011 New Revision: 63434 URL: http://svn.opensuse.org/viewcvs/yast?rev=63434&view=rev Log: Just a little fix to use the given API instead of internal variables Modified: trunk/packager/src/modules/WebpinPackageSearch.ycp Modified: trunk/packager/src/modules/WebpinPackageSearch.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/src/modules/WebpinPackag... ============================================================================== --- trunk/packager/src/modules/WebpinPackageSearch.ycp (original) +++ trunk/packager/src/modules/WebpinPackageSearch.ycp Thu Feb 17 11:08:12 2011 @@ -347,7 +347,7 @@ y2milestone ("Distribution not set, guessing '%1'", distribution); } - string url = base_url + search_path + distribution + "/" + URL::EscapeString (search_for, URL::transform_map_passwd); + string url = GetBaseSearchURL() + search_path + distribution + "/" + URL::EscapeString (search_for, URL::transform_map_passwd); y2milestone ("HTTP::Get (%1, %2)", url, temporary_file); map response = HTTP::Get (url, temporary_file); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn2.opensuse.org