13 lines
658 B
Plaintext
13 lines
658 B
Plaintext
$OpenBSD: patch-xdg_DesktopEntry_py,v 1.1 2009/02/05 07:46:27 ajacoutot Exp $
|
|
--- xdg/DesktopEntry.py.orig Wed Feb 4 15:16:59 2009
|
|
+++ xdg/DesktopEntry.py Wed Feb 4 15:18:18 2009
|
|
@@ -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
|