add the themes path to the struct. make the name never include a path

This commit is contained in:
Dana Jansens 2003-06-28 16:52:17 +00:00
parent 68a2b6a85f
commit 527af7664a

View file

@ -6,6 +6,7 @@
typedef struct _RrTheme RrTheme;
struct _RrTheme {
gchar *path;
gchar *name;
const RrInstance *inst;