|
|
@ -89,7 +89,7 @@ void Policy::operator() (AptProtocol* slave, const TQString& type, const TQStrin
|
|
|
|
received_sth = true;
|
|
|
|
received_sth = true;
|
|
|
|
|
|
|
|
|
|
|
|
attribute_begin(*stream, i18n("Installed"));
|
|
|
|
attribute_begin(*stream, i18n("Installed"));
|
|
|
|
if (rx_notinstalled.match(value) >= 0)
|
|
|
|
if (rx_notinstalled.search(value) >= 0)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
m_installed = TQString();
|
|
|
|
m_installed = TQString();
|
|
|
|
*stream << i18n("no");
|
|
|
|
*stream << i18n("no");
|
|
|
@ -105,7 +105,7 @@ void Policy::operator() (AptProtocol* slave, const TQString& type, const TQStrin
|
|
|
|
{
|
|
|
|
{
|
|
|
|
received_sth = true;
|
|
|
|
received_sth = true;
|
|
|
|
|
|
|
|
|
|
|
|
bool has_candidate = (rx_notinstalled.match(value) == -1);
|
|
|
|
bool has_candidate = (rx_notinstalled.search(value) == -1);
|
|
|
|
|
|
|
|
|
|
|
|
if (m_act && has_candidate)
|
|
|
|
if (m_act && has_candidate)
|
|
|
|
{
|
|
|
|
{
|
|
|
|