Fixed crash in journal when mousing over activity icons
This commit is contained in:
parent
ba1abd4a33
commit
3a8760c9e4
@ -994,9 +994,9 @@ class Invoker(GObject.GObject):
|
|||||||
# menu item. We need to postpone destruction of the palette until
|
# menu item. We need to postpone destruction of the palette until
|
||||||
# after all signals have propagated from the menu item to the
|
# after all signals have propagated from the menu item to the
|
||||||
# palette owner.
|
# palette owner.
|
||||||
GObject.idle_add(lambda old_palette=self._palette:
|
GLib.idle_add(lambda old_palette=self._palette:
|
||||||
old_palette.destroy(),
|
old_palette.destroy(),
|
||||||
priority=GObject.PRIORITY_LOW)
|
priority=GObject.PRIORITY_LOW)
|
||||||
|
|
||||||
self._palette = palette
|
self._palette = palette
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user