mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
create: Fix removing of host storage poll timer
This commit is contained in:
@@ -147,7 +147,7 @@ class vmmCreate(gobject.GObject):
|
||||
def remove_timers(self):
|
||||
try:
|
||||
if self.host_storage_timer:
|
||||
gobject.source_remote(self.host_storage_timer)
|
||||
gobject.source_remove(self.host_storage_timer)
|
||||
self.host_storage_timer = None
|
||||
except:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user