projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41759ca
)
style
author
Klaus Kaempf
<kkaempf@suse.de>
Tue, 17 Jan 2006 15:41:18 +0000
(15:41 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Tue, 17 Jan 2006 15:41:18 +0000
(15:41 +0000)
zypp/solver/detail/QueueItemInstall.cc
patch
|
blob
|
history
diff --git
a/zypp/solver/detail/QueueItemInstall.cc
b/zypp/solver/detail/QueueItemInstall.cc
index 86266238ef8d69ec94359429145cfe841948fc3d..01e52ddf9d530c70a10d64ebb93b6ed8e748a2ee 100644
(file)
--- a/
zypp/solver/detail/QueueItemInstall.cc
+++ b/
zypp/solver/detail/QueueItemInstall.cc
@@
-369,7
+369,7
@@
QueueItemInstall::process (ResolverContext_Ptr context, QueueItemList & qil)
/* Construct establish items for each of those which freshen this resolvable. */
EstablishFreshensInfo info = { world(), &qil };
- CapFactory
factory;
+ CapFactory factory;
Capability cap = factory.parse (resItem->kind(), resItem->name(), Rel::EQ, resItem->edition());
world()->foreachFresheningResItem (cap, establish_freshens_cb, &info);