From 527af7664ae257dfe9fc72ea4e4201f59f082f87 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 28 Jun 2003 16:52:17 +0000 Subject: [PATCH] add the themes path to the struct. make the name never include a path --- render/theme.h | 1 + 1 file changed, 1 insertion(+) diff --git a/render/theme.h b/render/theme.h index b696d9e4..518c7e72 100644 --- a/render/theme.h +++ b/render/theme.h @@ -6,6 +6,7 @@ typedef struct _RrTheme RrTheme; struct _RrTheme { + gchar *path; gchar *name; const RrInstance *inst; -- 2.39.2