X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fthemerc.c;h=bcc669e592e4d4873cb86a5039f5dc8cfbddf570;hb=5bf68f762b8fc87cf5583b645b948b4fe55f179f;hp=7f587afe9ebf56dbb93bee7767996b8c18e0495a;hpb=f8a47de5ec444c452093371e3db16857eb39a490;p=chaz%2Fopenbox diff --git a/openbox/themerc.c b/openbox/themerc.c index 7f587afe..bcc669e5 100644 --- a/openbox/themerc.c +++ b/openbox/themerc.c @@ -137,14 +137,14 @@ void themerc_startup() if (chan != NULL) { parse(path, g_io_channel_unix_get_fd(chan)); g_free(path); - g_io_channel_close(chan); + g_io_channel_unref(chan); /* close the channel */ } /* non-NULL defaults */ if (themerc_titlebar_layout == NULL) themerc_titlebar_layout = g_strdup("NDLIMC"); if (themerc_font == NULL) - themerc_font = g_strdup("sans-8"); + themerc_font = g_strdup("sans-7"); } void themerc_shutdown()