Fix typo
This commit is contained in:
parent
fb33f4eac0
commit
be8669317d
2
NEWS
2
NEWS
@ -1,3 +1,5 @@
|
|||||||
|
* Fix typo in activity launching code. (marco)
|
||||||
|
|
||||||
Snapshot e23f012e08
|
Snapshot e23f012e08
|
||||||
|
|
||||||
* Launch a few activities outside rainbow containers. (marco)
|
* Launch a few activities outside rainbow containers. (marco)
|
||||||
|
@ -170,7 +170,7 @@ class ActivityCreationHandler(gobject.GObject):
|
|||||||
self._handle = handle
|
self._handle = handle
|
||||||
|
|
||||||
self._use_rainbow = os.path.exists('/etc/olpc-security')
|
self._use_rainbow = os.path.exists('/etc/olpc-security')
|
||||||
if handle.activity_id in [ 'org.laptop.JournalActivity',
|
if service_name in [ 'org.laptop.JournalActivity',
|
||||||
'org.laptop.Terminal',
|
'org.laptop.Terminal',
|
||||||
'org.laptop.LogViewer',
|
'org.laptop.LogViewer',
|
||||||
'org.laptop.Analyze' ]:
|
'org.laptop.Analyze' ]:
|
||||||
|
Loading…
Reference in New Issue
Block a user