Fix exec icon location and bring it into XDG compliance

pull/2/head r14.0.0
Timothy Pearson 10 years ago
parent 50251d8e4a
commit fbd8b6b237

@ -163,7 +163,7 @@ class FUser(FUserUI):
def readPixmaps(self):
self.pix = {
"exec": UserIcon("exec"),
"exec": UserIcon("application-x-executable"),
"owner": UserIcon("user"),
"pid": UserIcon("tux"),
"file": UserIcon("file")}

Loading…
Cancel
Save