Fix title handling. Hide old browser and chat.

This commit is contained in:
Marco Pesenti Gritti
2006-10-13 11:17:35 +02:00
parent f1778669ba
commit c7fdae2606
4 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -104,7 +104,8 @@ class _ActivityRegistry:
self._activities.append(module)
if cp.has_option('Activity', 'show_launcher'):
module.set_show_launcher(True)
if cp.get('Activity', 'show_launcher') == 'yes':
module.set_show_launcher(True)
if cp.has_option('Activity', 'icon'):
module.set_icon(cp.get('Activity', 'icon'))