all repos — tint2 @ 328a35f949c579492ddaabae1ec352b2668d6334

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

A bit of refactoring
o9000 mrovi9000@gmail.com
commit

328a35f949c579492ddaabae1ec352b2668d6334

parent

cab9c3bdddad8ec4f588fe8d9b19820c7d30c982

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/launcher/icon-theme-common.csrc/launcher/icon-theme-common.c

@@ -598,7 +598,7 @@ int next_larger_size = -1;

char *next_larger = NULL; GSList *next_larger_theme = NULL; - int file_name_size = 4096; + size_t file_name_size = 4096; char *file_name = calloc(file_name_size, 1); for (theme = themes; theme; theme = g_slist_next(theme)) {