summarylogtreecommitdiffstats
path: root/xdg_fix.patch
blob: a0ed9c631ec42bf5ca1605867f4ba33d52ea0a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur ./cardapio.orig/src/XDGMenuHelper.py ./cardapio/src/XDGMenuHelper.py
--- ./cardapio.orig/src/XDGMenuHelper.py	2017-04-06 12:15:42.646494966 -0400
+++ ./cardapio/src/XDGMenuHelper.py	2017-04-06 12:16:01.526494168 -0400
@@ -29,7 +29,7 @@
 	In this case, the implementation is for the XDG version.
 	"""
 
-	def __init__(self, filename = None, prefix = None):
+	def __init__(self, filename = None, prefix = ""):
 		if filename: self._node = Menu.parse(prefix + filename)
 		else: self._node = None