Add get_show_launcher() in bundles other than activitybundle
This is needed now by Sugar, after (sugar commit) f4638b5f481478e96195d55aa38c90fd33db9aee Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
This commit is contained in:
parent
81b388c554
commit
93437ddedf
@ -161,6 +161,9 @@ class Bundle(object):
|
||||
installed."""
|
||||
return self._installation_time
|
||||
|
||||
def get_show_launcher(self):
|
||||
return True
|
||||
|
||||
def _unzip(self, install_dir):
|
||||
if self._zip_file is None:
|
||||
raise AlreadyInstalledException
|
||||
|
Loading…
Reference in New Issue
Block a user