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