projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da1898
)
look for masks in the right place. display the error with just the requested button...
author
Dana Jansens
<danakj@orodu.net>
Mon, 7 Apr 2003 04:59:38 +0000
(
04:59
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 7 Apr 2003 04:59:38 +0000
(
04:59
+0000)
engines/openbox/obtheme.c
patch
|
blob
|
history
diff --git
a/engines/openbox/obtheme.c
b/engines/openbox/obtheme.c
index a68d8248523fbcf16152120560f7859fffeca2ca..f7e7941d854ae1e4b7a21aeb9846894e110d74d4 100644
(file)
--- a/
engines/openbox/obtheme.c
+++ b/
engines/openbox/obtheme.c
@@
-137,14
+137,14
@@
static gboolean read_mask(XrmDatabase db, char *rname, pixmap_mask **value)
g_free(s);
themename = g_path_get_basename(engine_theme);
- s = g_strdup_printf("%s_buttons/%s", engine_theme,
- themename);
+ s = g_strdup_printf("%s
/%s
_buttons/%s", engine_theme,
+ themename
, retvalue.addr
);
g_free(themename);
if (XReadBitmapFileData(s, &w, &h, &b, &hx, &hy) ==
BitmapSuccess)
ret = TRUE;
else
- g_message("Unable to find bitmap '%s'",
s
);
+ g_message("Unable to find bitmap '%s'",
retvalue.addr
);
}
}