Update changelog, add TODO (issue #565)

This commit is contained in:
o9000 2016-03-01 21:35:38 +01:00
parent 3b5ecb631d
commit 448feae732
2 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,8 @@
indicating the application name and the icon theme name. indicating the application name and the icon theme name.
- Fallback icon themes are loaded lazily to speed up tint2 and tint2conf startup - Fallback icon themes are loaded lazily to speed up tint2 and tint2conf startup
- A better Name and GenericName is used in the tint2 and tint2conf .desktop files - A better Name and GenericName is used in the tint2 and tint2conf .desktop files
- The launcher now allows launcher_item_app entries without a full path. In this case the .desktop file is searched
in the standard application directories.
- tint2conf: - tint2conf:
- Sort icon themes in list - Sort icon themes in list
- Updated ru translation (thanks @Vladimir-csp) - Updated ru translation (thanks @Vladimir-csp)

View file

@ -194,6 +194,7 @@ gboolean read_desktop_file(const char *path, DesktopEntry *entry)
} else { } else {
free_desktop_entry(entry); free_desktop_entry(entry);
} }
// TODO: Search subdirectories recursively
g_free(full_path); g_free(full_path);
} }
entry->path = strdup(path); entry->path = strdup(path);