From e367185acb25a9630a31334e496f384256afac30 Mon Sep 17 00:00:00 2001 From: Stanislav Visnovsky Date: Wed, 15 Feb 2006 07:23:00 +0000 Subject: [PATCH] base selection is marked "baseconf" --- zypp/Selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/Selection.h b/zypp/Selection.h index e6dbb62..c561bd6 100644 --- a/zypp/Selection.h +++ b/zypp/Selection.h @@ -48,7 +48,7 @@ namespace zypp /** selection category */ Label category() const; inline bool isBase() const - { return category() == "base"; } + { return category() == "baseconf"; } /** selection visibility (for hidden selections) */ bool visible() const; -- 2.7.4