Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',\