summaryrefslogtreecommitdiff
path: root/virtManager/systray.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2018-03-14 17:50:22 -0400
committerCole Robinson <crobinso@redhat.com>2018-03-15 21:24:48 -0400
commitb94a9fdffbe8b486f7fd54ac89aeae10d0fe5897 (patch)
tree7bf7af05ce1d1fe33f616d91142b6665c0e37253 /virtManager/systray.py
parenta915b089cd41b9d6865d45c5f77added1635675a (diff)
downloadvirt-manager-b94a9fdffbe8b486f7fd54ac89aeae10d0fe5897.tar.gz
migrate: convert to singleton
Diffstat (limited to 'virtManager/systray.py')
-rw-r--r--virtManager/systray.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/virtManager/systray.py b/virtManager/systray.py
index b8102854..187047f6 100644
--- a/virtManager/systray.py
+++ b/virtManager/systray.py
@@ -33,7 +33,6 @@ class vmmSystray(vmmGObject):
__gsignals__ = {
"action-toggle-manager": (GObject.SignalFlags.RUN_FIRST, None, []),
"action-view-manager": (GObject.SignalFlags.RUN_FIRST, None, []),
- "action-migrate-domain": (GObject.SignalFlags.RUN_FIRST, None, [str, str]),
"action-clone-domain": (GObject.SignalFlags.RUN_FIRST, None, [str, str]),
"action-show-host": (GObject.SignalFlags.RUN_FIRST, None, [str]),
"action-show-domain": (GObject.SignalFlags.RUN_FIRST, None, [str, str]),