projects
/
platform
/
upstream
/
zypper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8151271
)
- forgot source packages
author
Jan Kupec
<jkupec@suse.cz>
Mon, 21 Apr 2008 09:46:27 +0000
(09:46 +0000)
committer
Jan Kupec
<jkupec@suse.cz>
Mon, 21 Apr 2008 09:46:27 +0000
(09:46 +0000)
src/zypper-misc.cc
patch
|
blob
|
history
diff --git
a/src/zypper-misc.cc
b/src/zypper-misc.cc
index
d2eac87
..
1c74fe9
100644
(file)
--- a/
src/zypper-misc.cc
+++ b/
src/zypper-misc.cc
@@
-1040,6
+1040,11
@@
static void show_summary_of_type(Zypper & zypper,
"The following NEW product is going to be installed:",
"The following NEW products are going to be installed:",
it->second.size());
+ else if (it->first == ResKind::srcpackage)
+ title = _PL(
+ "The following source package is going to be installed:",
+ "The following source packages are going to be installed:",
+ it->second.size());
break;
case TO_REINSTALL:
if (it->first == ResKind::package)