Keep compatibility with the private shared_activity
This commit is contained in:
parent
3d9f3eca67
commit
3f78abb8c2
@ -1006,6 +1006,9 @@ class Activity(Window, gtk.Container):
|
|||||||
|
|
||||||
metadata = property(get_metadata, None)
|
metadata = property(get_metadata, None)
|
||||||
|
|
||||||
|
# DEPRECATED
|
||||||
|
_shared_activity = property(lambda self: self.shared_activity, None)
|
||||||
|
|
||||||
_session = None
|
_session = None
|
||||||
|
|
||||||
def _get_session():
|
def _get_session():
|
||||||
|
Loading…
Reference in New Issue
Block a user