Bugzilla – Attachment 229107 Details for
Bug 400895
cannot have two update repositories added
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
proposed patch
patch (text/plain), 1.11 KB, created by
Jan Kupec
on 2008-07-21 15:38:20 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Jan Kupec
Created:
2008-07-21 15:38:20 UTC
Size:
1.11 KB
patch
obsolete
>Index: src/zypper-misc.cc >=================================================================== >--- src/zypper-misc.cc (revision 10618) >+++ src/zypper-misc.cc (working copy) >@@ -2139,10 +2139,10 @@ > { > DBG << "marking all needed patches" << endl; > >- for_(it, God->pool().byKindBegin(ResKind::patch), >- God->pool().byKindEnd (ResKind::patch)) >+ for_(it, God->pool().proxy().byKindBegin(ResKind::patch), >+ God->pool().proxy().byKindEnd (ResKind::patch)) > { >- if (mark_patch_update(*it, skip_interactive, ignore_affects_pm)) >+ if (mark_patch_update((*it)->candidateObj(), skip_interactive, ignore_affects_pm)) > any_marked = true; > } > } >@@ -2172,9 +2172,9 @@ > } > else > { >- for_(pit, q.poolItemBegin(), q.poolItemEnd()) >+ for_(pit, q.selectableBegin(), q.selectableEnd()) > { >- any_marked = mark_patch_update(*pit, skip_interactive, ignore_affects_pm); >+ any_marked = mark_patch_update((*pit)->candidateObj(), skip_interactive, ignore_affects_pm); > } > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 400895
:
222525
| 229107