X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fconfig.c;h=30aa6e122f700d614d63b93501ddb58f2f9768aa;hb=0caca7524827e38c9d076f33dc66416d189184e8;hp=60c14f31716e7c3d3f786f82bcb9f5fada61ced7;hpb=a9e5183d2195a08988cd03fd10320b31e92fe0a2;p=chaz%2Ftint2 diff --git a/src/config.c b/src/config.c index 60c14f3..30aa6e1 100644 --- a/src/config.c +++ b/src/config.c @@ -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();