]> Dogcows Code - chaz/openbox/blobdiff - openbox/themerc.c
export the NumLock and ScrollLock masks
[chaz/openbox] / openbox / themerc.c
index 7f587afe9ebf56dbb93bee7767996b8c18e0495a..bcc669e592e4d4873cb86a5039f5dc8cfbddf570 100644 (file)
@@ -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()
This page took 0.022872 seconds and 4 git commands to generate.