Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2006-11-03 15:08:41 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2006-11-03 15:08:41 (GMT)
commitbe3bc5ed007ddd865a2713299f318483351edc43 (patch)
treed5ee947cf476197f36ab8eeea3b36452ac731cea /sugar
parentc7dbfdb067d200903fe6805ab59ed6b7129b129a (diff)
parentda3c550bfd935fcdf18c04c021b3ff0cd33e13b3 (diff)
Merge branch 'master' of git://dev.laptop.org/sugar
Diffstat (limited to 'sugar')
-rw-r--r--sugar/activity/bundle.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar/activity/bundle.py b/sugar/activity/bundle.py
index 655868c..17a9eb7 100644
--- a/sugar/activity/bundle.py
+++ b/sugar/activity/bundle.py
@@ -45,8 +45,8 @@ class Bundle:
logging.error('%s must specify an exec' % self._path)
if cp.has_option(section, 'show_launcher'):
- if cp.get(section, 'show_launcher') == 'yes':
- self._show_launcher = True
+ if cp.get(section, 'show_launcher') == 'no':
+ self._show_launcher = False
if cp.has_option(section, 'icon'):
self._icon = cp.get(section, 'icon')