]> Dogcows Code - chaz/tint2/blobdiff - src/config.c
cleanup default value on SIGUSR1
[chaz/tint2] / src / config.c
index 60c14f31716e7c3d3f786f82bcb9f5fada61ced7..30aa6e122f700d614d63b93501ddb58f2f9768aa 100644 (file)
@@ -73,6 +73,7 @@ void init_config()
        Background transparent_bg;
        memset(&transparent_bg, 0, sizeof(Background));
        g_array_append_val(backgrounds, transparent_bg);
+printf("*** init_config()\n");
 
        // tint2 could reload config, so we cleanup objects
        cleanup_systray();
This page took 0.022219 seconds and 4 git commands to generate.