View | Details | Raw Unified | Return to bug 764677
Collapse All | Expand All

(-)a/backends/zypp/pk-backend-zypp.cpp (-2 / +1 lines)
Lines 571-577 backend_get_details_thread (PkBackend *backend) Link Here
571
						    group,
571
						    group,
572
						    package.lookupStrAttribute (sat::SolvAttr::description).c_str (),
572
						    package.lookupStrAttribute (sat::SolvAttr::description).c_str (),
573
						    package.lookupStrAttribute (sat::SolvAttr::url).c_str (),
573
						    package.lookupStrAttribute (sat::SolvAttr::url).c_str (),
574
						    size * 1024);
574
						    size);
575
			}
575
			}
576
576
577
		} catch (const target::rpm::RpmException &ex) {
577
		} catch (const target::rpm::RpmException &ex) {
578
- 

Return to bug 764677