Actually handle multiple mime types

This commit is contained in:
Dan Williams
2007-07-18 02:08:16 -04:00
parent c16c07e954
commit 86b36cc5d3
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ class Bundle:
if cp.has_option(section, 'mime_types'):
mime_list = cp.get(section, 'mime_types')
self._mime_types = mime_list.strip(';')
self._mime_types = mime_list.strip(';').split(';')
if cp.has_option(section, 'show_launcher'):
if cp.get(section, 'show_launcher') == 'no':