add the themes path to the struct. make the name never include a path
This commit is contained in:
parent
68a2b6a85f
commit
527af7664a
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
typedef struct _RrTheme RrTheme;
|
||||
|
||||
struct _RrTheme {
|
||||
gchar *path;
|
||||
gchar *name;
|
||||
|
||||
const RrInstance *inst;
|
||||
|
|
Loading…
Reference in a new issue