diff --git a/virtManager/storagebrowse.py b/virtManager/storagebrowse.py index c0c36be31..1732eea07 100644 --- a/virtManager/storagebrowse.py +++ b/virtManager/storagebrowse.py @@ -240,7 +240,7 @@ class vmmStorageBrowser(vmmGObjectUI): pool_list = self.widget("pool-list") host.refresh_pool_in_list(pool_list, self.conn, uuid) curpool = self.current_pool() - if curpool.uuid != uuid: + if curpool.get_uuid() != uuid: return # Currently selected pool changed state: force a 'pool_selected' to