4b2243d
diff -up pyxdg-0.16/xdg/DesktopEntry.py.BAD pyxdg-0.16/xdg/DesktopEntry.py
4b2243d
--- pyxdg-0.16/xdg/DesktopEntry.py.BAD	2008-10-30 14:22:37.000000000 -0400
4b2243d
+++ pyxdg-0.16/xdg/DesktopEntry.py	2008-10-30 14:22:52.000000000 -0400
4b2243d
@@ -181,7 +181,7 @@ class DesktopEntry(IniFile):
4b2243d
         else:
4b2243d
             #OnlyShowIn and NotShowIn
4b2243d
             if self.content[group].has_key("OnlyShowIn") and self.content[group].has_key("NotShowIn"):
4b2243d
-            self.errors.append("Group may either have OnlyShowIn or NotShowIn, but not both")
4b2243d
+                self.errors.append("Group may either have OnlyShowIn or NotShowIn, but not both")
4b2243d
 
4b2243d
     def checkKey(self, key, value, group):
4b2243d
         # standard keys