Browse Source

Remove reduntant variable

The show variable is not needed anymore.
pull/5/head
George Vlahavas 9 years ago
parent
commit
0886144d2b
  1. 1
      src/xdgmenumaker

1
src/xdgmenumaker

@ -230,7 +230,6 @@ def icon_full_path(icon):
def get_entry_info(desktopfile):
show = True
de = dentry.DesktopEntry(filename=desktopfile)
# skip processing the rest of the desktop entry if the item is to not be

Loading…
Cancel
Save