mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
parent
d86c7aad91
commit
6cf19d1cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ load_buttons(struct theme *theme)
|
||||||
* For example max_hover_toggled instead of max_toggled_hover
|
* For example max_hover_toggled instead of max_toggled_hover
|
||||||
*/
|
*/
|
||||||
if (b->alt_name) {
|
if (b->alt_name) {
|
||||||
snprintf(filename, sizeof(filename), "%s.xbm", b->name);
|
snprintf(filename, sizeof(filename), "%s.xbm", b->alt_name);
|
||||||
} else {
|
} else {
|
||||||
filename[0] = '\0';
|
filename[0] = '\0';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue