all repos — tint2 @ 574b6bc2140c08c0722544af76d49e87fcf82015

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

tint2conf: Fix typo to load desktop files from subdirectories
o9000 o9000
commit

574b6bc2140c08c0722544af76d49e87fcf82015

parent

89e4a5a4609e85ae406cee14affdfbf3283429aa

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

jump to
M src/tint2conf/properties.csrc/tint2conf/properties.c

@@ -1836,7 +1836,7 @@ subdirs = g_list_sort(subdirs, compare_strings);

GList *l; for (l = subdirs; l; l = g_list_next(l)) { gchar *dir = (gchar *)l->data; - load_desktop_entry(dir, entries); + load_desktop_entries(dir, entries); g_free(dir); } g_list_free(subdirs);