copy paste error, spotted by tilman ftw
This commit is contained in:
parent
fc5b9a5612
commit
58be283e94
1 changed files with 4 additions and 4 deletions
|
@ -413,10 +413,10 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
|
|||
theme->max_pressed_mask = RrPixmapMaskCopy(theme->max_mask);
|
||||
theme->max_disabled_mask = RrPixmapMaskCopy(theme->max_mask);
|
||||
theme->max_hover_mask = RrPixmapMaskCopy(theme->max_mask);
|
||||
theme->desk_toggled_pressed_mask =
|
||||
RrPixmapMaskCopy(theme->desk_toggled_mask);
|
||||
theme->desk_toggled_hover_mask =
|
||||
RrPixmapMaskCopy(theme->desk_toggled_mask);
|
||||
theme->max_toggled_pressed_mask =
|
||||
RrPixmapMaskCopy(theme->max_toggled_mask);
|
||||
theme->max_toggled_hover_mask =
|
||||
RrPixmapMaskCopy(theme->max_toggled_mask);
|
||||
}
|
||||
|
||||
if (read_mask(&ps, "iconify.xbm", &theme->iconify_mask)) {
|
||||
|
|
Loading…
Reference in a new issue