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:
02b0e22
)
fix ByInstalled()/ByUninstalled() filters
author
Klaus Kaempf
<kkaempf@suse.de>
Thu, 16 Feb 2006 17:39:02 +0000
(17:39 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Thu, 16 Feb 2006 17:39:02 +0000
(17:39 +0000)
zypp/ResFilters.h
patch
|
blob
|
history
diff --git
a/zypp/ResFilters.h
b/zypp/ResFilters.h
index
e1ccf31
..
9a1235c
100644
(file)
--- a/
zypp/ResFilters.h
+++ b/
zypp/ResFilters.h
@@
-258,7
+258,7
@@
namespace zypp
{
bool operator()( const PoolItem & p ) const
{
- return p.status().
stay
sInstalled();
+ return p.status().
i
sInstalled();
}
};
@@
-268,7
+268,7
@@
namespace zypp
{
bool operator()( const PoolItem & p ) const
{
- return p.status().
stay
sUninstalled();
+ return p.status().
i
sUninstalled();
}
};