Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-03-03 13:33:32 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-03-03 13:33:32 (GMT)
commitfa4841a4c47c36ebf6d42332030b634e548944ec (patch)
tree2d7447996d6ed5331b73b1eda768108f258e595e
parent94d342ab0b2a090ab94906848af254671c365fed (diff)
parente7fda8bbc00f03780a285969b973d078347780b3 (diff)
Merge branch 'master' of gitorious@git.sugarlabs.org:infoslicer/mainline
-rw-r--r--xol.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/xol.py b/xol.py
index 4900b9b..d7b1761 100644
--- a/xol.py
+++ b/xol.py
@@ -170,9 +170,9 @@ def _info_file(zip, uid, title):
Creates the library.info file
"""
libraryfile = ['[Library]',\
- 'name = %s' % uid,\
+ 'name = %s' % title,\
'bundle_class = %s' % uid,\
- 'global_name = info.slice.%s' % uid,\
+ 'global_name = info.slice.%s' % title,\
'long_name = %s' % title,\
'library_version = %d' % book.custom.revision,\
'host_version = 1',\