tint2conf: Do not load desktop files marked as NoDisplay

This commit is contained in:
o9000
2016-02-28 15:50:32 +01:00
parent 1000cbf491
commit 734af1c025
3 changed files with 13 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ typedef struct DesktopEntry {
char *exec;
char *icon;
char *path;
gboolean hidden_from_menus;
} DesktopEntry;
// Parses a line of the form "key = value". Modifies the line.