Allow multiple freespace items (fixes issue #607)

This commit is contained in:
o9000
2016-10-08 10:12:20 +02:00
parent d45af83eaa
commit f8ceb5a849
6 changed files with 51 additions and 29 deletions

View File

@@ -128,7 +128,7 @@ typedef struct Panel {
#endif
Launcher launcher;
FreeSpace freespace;
GList *freespace_list;
GList *separator_list;
GList *execp_list;