aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-theme-png.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-theme-png.c')
-rw-r--r--matchbox/mb-wm-theme-png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchbox/mb-wm-theme-png.c b/matchbox/mb-wm-theme-png.c
index a747691..d671b4d 100644
--- a/matchbox/mb-wm-theme-png.c
+++ b/matchbox/mb-wm-theme-png.c
@@ -879,7 +879,7 @@ construct_buttons (MBWMThemePng * theme, MBWMDecor * decor, MBWMXmlDecor *d)
if (d)
{
- MBWMList * l = d->buttons;
+ GList * l = d->buttons;
while (l)
{
MBWMXmlButton * b = l->data;