all repos — openbox @ da5441ecec51be3564c31275d193a2a18f157714

openbox fork - make it a bit more like ryudo

Fix g_slice_new0 call
Mikael Magnusson mikachu@gmail.com
commit

da5441ecec51be3564c31275d193a2a18f157714

parent

a621e7a4fc9de355e4ef25afca745e2197c5fd47

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M obrender/theme.cobrender/theme.c

@@ -167,7 +167,7 @@ a_unfocused_unpressed_tmp = RrAppearanceNew(inst, 1);

a_unfocused_pressed_tmp = RrAppearanceNew(inst, 1); /* initialize theme */ - theme = g_slice_new0(RrTheme, 1); + theme = g_slice_new0(RrTheme); theme->inst = inst; theme->name = g_strdup(name ? name : DEFAULT_THEME);