From 06d73fc66e45cd79e56b159226b818f893d88909 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 15 Feb 2010 22:59:31 +0100 Subject: [PATCH] [sulfur] do not show orphans message if resources are locked --- sulfur/src/sulfur/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sulfur/src/sulfur/__init__.py b/sulfur/src/sulfur/__init__.py index 2ed255274..82bdc6c76 100644 --- a/sulfur/src/sulfur/__init__.py +++ b/sulfur/src/sulfur/__init__.py @@ -1757,7 +1757,7 @@ class SulfurApplication(Controller, SulfurApplicationEventsMixin): self.ui.pkgSorter.set_property('sensitive', True) orphans = None - if not self._orphans_message_shown: + if (not self._orphans_message_shown) and (not self._RESOURCES_LOCKED): if action == "updates" and \ (not self.etpbase.get_raw_groups('updates')):