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
|
||||
|
||||
* Launch a few activities outside rainbow containers. (marco)
|
||||
|
@ -170,10 +170,10 @@ class ActivityCreationHandler(gobject.GObject):
|
||||
self._handle = handle
|
||||
|
||||
self._use_rainbow = os.path.exists('/etc/olpc-security')
|
||||
if handle.activity_id in [ 'org.laptop.JournalActivity',
|
||||
'org.laptop.Terminal',
|
||||
'org.laptop.LogViewer',
|
||||
'org.laptop.Analyze' ]:
|
||||
if service_name in [ 'org.laptop.JournalActivity',
|
||||
'org.laptop.Terminal',
|
||||
'org.laptop.LogViewer',
|
||||
'org.laptop.Analyze' ]:
|
||||
self._use_rainbow = False
|
||||
|
||||
bus = dbus.SessionBus()
|
||||
|
Loading…
Reference in New Issue
Block a user